Result

WA

Duration

499ms

Code [DL]

t

stdin

37 09 35
95 98 70
88 50 46
34 09 11

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_base.py", line 14, in itk_
    def itk_(s): return s + [eval(x) for x in raw_input().split('|')]
  File "<string>", line 1
    37 09 35
        ^
SyntaxError: invalid token

strace