Result

WA

Duration

529ms

Code [DL]

sc|

stdin

15 39 26
01 73 65
78 45 73
09 99 65

stdout

stderr

Traceback (most recent call last):
  File "stuck.py", line 167, in <module>
    main()
  File "stuck.py", line 162, in main
    process(prog, stack=[], t=0, nest=0)
  File "stuck.py", line 55, in process
    stack = plugins[plugin].CMDS[char](stack)
  File "plugins/stuck_math.py", line 37, in abs_
    def abs_(s): return s + [abs(s.pop())]
TypeError: bad operand type for abs(): 'list'

strace