fork download
  1. import sys
  2. n = int(sys.stdin.readline().strip())
  3. print(n)
Success #stdin #stdout 0.09s 14184KB
stdin
5
stdout
5