fork download
  1. print("hello")
  2. a=input()
  3.  
  4. print(a)
Success #stdin #stdout 0.09s 14160KB
stdin
12355
stdout
hello
12355