Result

WA

Code [DL]

import std.stdio;
import std.array;
import std.conv;
import std.math;
void main(){for i=0;i--<50;; {writeln(readln());}}

stdin

10110101
01100010
01000010
11101010
00010101
00000110
11010010
00010010
10010010
00000001
01001110
10101100
10001000
11001101
10000011
00110111
01011001
10100100
00000000
10011001
00101101
00100100
10011000
01011011
10100110
00101101
10010111
11000001
10111010
00001010
00101111
01101001
11110011
10001000
00000011
00011101
10101101
10101011
10010101
00001011
10111110
00101000
00001111
01111000
01010010
11100111
00011100
11111101
11011101
10111001

stdout

stderr

/volume/CODE.d(5): Error: found 'i' when expecting '('
/volume/CODE.d(5): Error: found '=' instead of statement
/volume/CODE.d(5): Error: expression expected, not ';'
/volume/CODE.d(5): Error: found '{' when expecting ')'
/volume/CODE.d(5): Error: unrecognized declaration
Failed: ["dmd", "-v", "-o-", "/volume/CODE.d", "-I/volume"]

strace