Result

WA

Code [DL]

module c;
integer i;
initial begin
repeat(10) begin
i = 0;
$write("%d ",|i);
end
end
endmodule

stdin

10101011
00111100
00011100
10001000
00101101
10011001
01000000
01111000
01101000
10001011
01010100
00110111
01000010
11100111
01100001
00000110
11001010
01101111
00000000
10110001
10010101
01100101
10101001
00010101
00111101
01000001
11000010
01011011
00101011
10111000
11101000
11110001
10111110
01001110
11111101
01110011
00000000
01001110
01101101
00001000
00010010
00001111
00000001
00000011
00001010
11000000
00100100
01110101
01101001
11010010

stdout

0 0 0 0 0 0 0 0 0 0 

stderr

strace