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

11100111
11010010
10011010
00101101
00001111
10011001
01011011
01000000
00001011
10101000
10111110
00100101
01111100
01101001
00110111
01010000
00101001
00001010
01001101
10001000
00000011
10000110
00011100
00110011
11111101
00010010
00111000
01000010
00100100
11000011
00000001
01011010
00010101
00011011
01001110
11111111
00000000
10011111
11110111
00000110
01111000
00011010
10110001
00101010
00101101
11110101
00000110
11111010
10101011
01001111

stdout

1
1
0
1
1
1
1
0
0
0
1
0
0
1
1
0
0
1
0
1
1
0
1
0
1
0
0
1
1
0
1
0
1
0
1
0
1
0
0
1
1
0
0
0
1
0
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