Result

WA

Code [DL]

module c;
integer a;

initial begin
a =10;
	repeat(10)
	$write("%d",~|a);
end
endmodule

stdin

00100011
10111110
01001110
00010101
00000001
00000000
00010010
00100111
00101101
00110111
01011001
00001010
10111111
01111101
10101011
00000011
10001111
10011111
10011001
11111101
00000110
00000101
01110011
00001011
00011011
01011011
00100100
01111001
10000111
01000010
11000000
00010100
00101000
01100010
01111000
10001000
01011100
01110010
10001000
11010010
11111110
00101010
01101001
11010100
00011100
00011010
11100111
00011100
00001111
00000100

stdout

0000000000

stderr

strace