using System;
Console.WriteLine(new V().j);
struct V
{
public V() {
j = 0;
i = 0;
}
public int j;
public int i;