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

00101101
01000010
00000000
10111100
11010011
11101110
11111101
00011100
00001110
10010111
01111011
00001010
01101011
00000001
00101010
01010110
01110111
01101010
11010010
01001000
11100111
10101000
01110100
10101011
00100100
01110110
11001010
01001110
00111001
01111000
00010101
10001000
10101101
10111011
00101000
01101001
10001000
10011001
00000011
10100001
10111110
00000110
00110111
10110100
01101111
01001110
01111001
01011011
00111011
00001111

stdout

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

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