Result

WA

Code [DL]

import std.stdio;
import std.array;
import std.conv;
import std.math;
void main(){string s;while (s=readln()){writeln(s);}

stdin

10000100
11100001
11010000
00111011
00101101
00000000
01010111
01111000
01000011
10100011
10011101
01110011
11111101
01001110
00011100
00000110
00001111
10011001
00100100
11100111
01111000
11010010
00101110
11101100
11000001
01110111
10001000
11010001
01001110
01100110
00000011
10001110
01111011
01000100
10101001
01011011
11100110
00110011
01000010
00110111
10111110
00001010
11011011
11101010
01110100
00010101
10101011
01101001
00000001
01100011

stdout

stderr

/volume/CODE.d(5): Error: found 'EOF' when expecting '}' following compound statement
Failed: ["dmd", "-v", "-o-", "/volume/CODE.d", "-I/volume"]

strace