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) |
-
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/zdhfRZ/prog.fam" prog.__main__:1(PC:0)
-
result: Runtime error time: 0.01s memory: 6768 kB signal: -1
4
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/a4sxjk/prog.fam" prog.__main__:1(PC:0)
-
result: Runtime error time: 0.01s memory: 6768 kB signal: -1
2
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/dCaL5i/prog.fam" prog.__main__:1(PC:0)
-
result: Success time: 0.01s memory: 6768 kB returned value: 0
1
1



