program main ( input, output ); var a: integer; begin if (1) then a:= 1 else a:= 0 end.