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