program main ( input, output ); var a: array [1..10] of integer; begin a[3] := 1.1 end.