program real_io_test (input,output); var i : integer; j : real; begin for i := 1 to 10 do begin readln (j); writeln (i,j) end end.