io.read()while(1)do i=io.read() if i==nil then break end print(i)end