fork download
  1. # your code goes here
  2. a = 5+5
  3. a
  4. b = 55+55
  5. b
Success #stdin #stdout 0.28s 40968KB
stdin
Standard input is empty
stdout
[1] 10
[1] 110