language: Falcon (falcon-0.9.6.6)
date: 116 days 20 hours ago
link:
visibility: public
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

    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)