program main ( input, output ); var a: integer; begin a := 1 * 1.1; a := 1.1 end.