fork download
  1. local num
  2. local n
  3. n=io.read()
  4. local j=0
  5. while j<tonumber(n)
  6. do
  7. num=io.read()
  8. print(num[1])
  9. end
Runtime error #stdin #stdout 0.02s 2544KB
stdin
1
wer
stdout
nil