Result

AC

Duration

850ms

Code [DL]

1<.r.1...+......./...............r...............................r...............................................................:..............................................................................................................................<>-@*=..-r......w:..............rr..............................r~...............................................................r

stdin

299 393
862 221
744 775
899 468
556 563
229 531
577 712
119 995
759 949
211 338
811 798
629 927
572 792
624 466
958 594
341 744
922 227
512 399
126 264
379 594
253 558
187 883
193 391
511 616
254 338
388 869
478 961
251 339
874 578
616 675
185 951
844 445

stdout

92796979931924812269583138834654

stderr

Traceback (most recent call last):
  File "/root/HyperTorus/interpreter.py", line 208, in <module>
    main()
  File "/root/HyperTorus/interpreter.py", line 204, in main
    run(open(filename,'rb').read(),lambda: sys.stdin.buffer.read(1),write,dumpcond)
  File "/root/HyperTorus/interpreter.py", line 141, in run
    mem.push(f(l,r))
  File "/root/HyperTorus/interpreter.py", line 130, in <lambda>
    f = lambda x,y: x//y
ZeroDivisionError: integer division or modulo by zero

strace

10    execve("/bin/sh", ["/bin/sh", "/root/script", "/volume/CODE"], 0x7ffd95142080 /* 7 vars */) = 0
11    execve("/bin/cat", ["cat", "-"], 0x55f6cf54bd78 /* 7 vars */ <unfinished ...>
12    execve("/usr/bin/python3", ["/usr/bin/python3", "/root/HyperTorus/interpreter.py", "/volume/CODE"], 0x55f6cfd56050 /* 7 vars */ <unfinished ...>
11    <... execve resumed>)             = 0
12    <... execve resumed>)             = 0
11    +++ exited with 0 +++
10    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=11, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
12    +++ exited with 1 +++
10    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=12, si_uid=0, si_status=1, si_utime=4, si_stime=1} ---
10    +++ exited with 1 +++