Result

AC

Code [DL]

(@ 1(pn(: A 0)(: N(#(l)))(: R 1)(@ N(pn(: A(+ A(* R(% N 2))))(: R(* R 2))(: N(#/ N 10))))(p(+ 0(/?(^(+ 1(* 8 A)).5)1

stdin

01110000
00000011
01101111
01111000
10011111
00010101
00001010
00110111
00011111
00101000
10010000
01101110
00101101
00000110
10001000
11110110
01000000
11001100
01000010
00110001
00110110
01101001
10101110
10101011
11010010
11111101
00001011
01001001
00101101
10011001
01001110
10101100
11111000
00011100
11101110
00100100
11100111
11010100
10111110
00001111
00100010
00000001
01101000
11010011
01001011
01001110
01011011
11111110
00000000
11101111

stdout

0
1
0
1
0
1
1
1
0
0
0
0
1
1
1
0
0
0
1
0
0
1
0
1
1
1
0
0
1
1
1
0
0
1
0
1
1
0
1
1
0
1
0
0
0
1
1
0
1
0

stderr

Traceback (most recent call last):
  File "arc.py", line 101, in <module>
    main()
  File "arc.py", line 51, in main
    final = function.ArcEval(cons)
  File "/home/esolang/interpreters/arcyou/function.py", line 90, in ArcEval
    return ArcWhile(cons[1:3])
  File "/home/esolang/interpreters/arcyou/function.py", line 162, in ArcWhile
    rappend(ArcEval(body))
  File "/home/esolang/interpreters/arcyou/function.py", line 113, in ArcEval
    consr = [ArcEval(thing) for thing in cons]
  File "/home/esolang/interpreters/arcyou/function.py", line 113, in <listcomp>
    consr = [ArcEval(thing) for thing in cons]
  File "/home/esolang/interpreters/arcyou/function.py", line 100, in ArcEval
    value = ArcEval(cons[2])
  File "/home/esolang/interpreters/arcyou/function.py", line 113, in ArcEval
    consr = [ArcEval(thing) for thing in cons]
  File "/home/esolang/interpreters/arcyou/function.py", line 113, in <listcomp>
    consr = [ArcEval(thing) for thing in cons]
  File "/home/esolang/interpreters/arcyou/function.py", line 125, in ArcEval
    result = funcr()
  File "/home/esolang/interpreters/arcyou/arcstdlib.py", line 94, in _line
    return input(prompt)
EOFError: EOF when reading a line

strace