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

01000011
11011011
10010100
00000000
00100100
10100111
01010011
01111000
00101101
10011001
00001101
10011100
11000010
10111110
00100100
11111100
10001000
01011011
10001110
11100111
01101001
00111100
10110101
00000001
00110100
11000110
00011100
01101011
00011001
01000010
01000101
10101011
00110111
01001111
00001110
10110111
00100001
00000110
00001100
00010101
10000111
01001110
11111101
00001010
01010010
10101010
00000011
10101011
00001111
11010010

stdout

stderr

/volume/CODE.d(5): Error: assignment cannot be used as a condition, perhaps `==` was meant?
Failed: ["dmd", "-v", "-o-", "/volume/CODE.d", "-I/volume"]

strace