public class test {
public static void Main() {
int a, b, c, d, e = 1;
a = (b = (c = (d = 2)));
System.Console.WriteLine(a);
}