fork download
  1. n = 5
  2. r = 3
  3.  
  4. x = n+3
  5. print(x)
  6.  
Success #stdin #stdout 0.02s 5852KB
stdin
1
2
10
42
11
stdout
8