public class A { public static void main(String[] args) { int a = 1; int b = 2; int c = 3; } }