var a: integer; b: integer; c: integer; begin a := 2; b := 3; c := 4; writeln(a); writeln(b); writeln(c); end