Result

WA

Code [DL]

module c;
integer a;

initial begin
a =32'hFFFF_FFF0;
	repeat(10)
	$write("%d",~&a);
end
endmodule

stdin

10101001
11010100
10011001
01100001
01111101
11111101
00000001
00101101
11010010
10111011
01100101
01000010
00110010
10111110
10010110
00000011
11100111
01101001
11110011
10011101
00010101
00011100
01101000
10110111
01001110
00110111
10010100
10111110
01111000
00001111
10111001
11100000
10011000
10010000
10001000
00110110
01001100
00100100
11111111
00000110
00001010
11011011
00000010
10110001
00000000
01011011
11100111
01110000
00010001
10101011

stdout

1111111111

stderr

strace