program main ( input, output ); var a: integer; begin not (1.1 = 1.1); (1.1 = 1.1) or (1 = 2); (1.1 = 1.1) and (1 = 2) end.