fork download
  1. print("1+1")
  2. print(111*2)
Success #stdin #stdout 0.07s 14000KB
stdin
Standard input is empty
stdout
1+1
222