Result

WA

Code [DL]

module c;
initial begin
	repeat(10)
	$write("a");
end
endmodule

stdin

01111000
00100100
01011011
00000100
01001110
10101011
00011100
10111110
00010101
11111101
00110111
10011001
00010000
10001000
10000110
11100111
00001111
00000110
01011001
01111010
10001011
00101101
00000110
00111011
01000101
01110110
01111011
00000000
10111010
01001001
01011101
11101101
00010010
00110100
01111111
00000001
10101000
00000011
00011100
11000111
00011001
11100101
01101001
11010010
10101110
11111110
00101010
01000010
01111100
00001010

stdout

aaaaaaaaaa

stderr

strace