program prfff; var x,y: integer; begin if x>10 then if y mod 2 = 0 then writeln (1); writeln (2) else writeln(3) end.