1 2 3 4 5 6 7 8 9 | x = int(input()) a = 1 res = 0; while a <= x res = res +a a += 1 end printl(res) |
eCA9IGludChpbnB1dCgpKSAKYSA9IDEKcmVzID0gMDsKd2hpbGUgYSA8PSB4CiAgCXJlcyA9IHJlcyArYQoJYSArPSAxCmVuZApwcmludGwocmVzKQogIA==
-
upload with new input
-
result: Runtime error time: 0.01s memory: 6768 kB signal: -1
1
falcon: FATAL - Program terminated with error. IoError RT0205 at falcon.core.input:(PC:ext): Generic I/O Error Traceback: falcon.core.input:0(PC:ext) "/home/wqWoot/prog.fam" prog.__main__:1(PC:0)
-
result: Success time: 0.01s memory: 6768 kB returned value: 0
1 2 10 42 11
1



