fork download
  1. n = int(input().strip())
  2. print(n)
  3.  
Success #stdin #stdout 0.03s 9552KB
stdin
92293        
stdout
92293