ta_in.nim 197 B

12345678910
  1. discard """
  2. action: compile
  3. """
  4. # This file is prefixed with an "a", because other tests
  5. # depend on it and it must be compiled first.
  6. import strutils
  7. let x = stdin.readLine()
  8. echo x.parseInt + 5