Result

WA

Code [DL]

module a;
	integer c,i,j,x,y;
	initial begin
		for (i=0;i<10;i=i+1) begin
			c = $fscanf(32'h8000_0000,"%b",x);
			$write("%d\n", x);
		end
	end
endmodule

stdin

01010111
00000011
11000101
00000000
01011011
10101000
11101101
00001011
00000101
00000011
00000001
11111101
11100111
00010101
01100000
10001000
01011000
11010111
00011100
00100100
10001011
00101101
00001010
00110111
10110010
11111001
00011110
11010010
01100010
00001111
10101011
01010101
01101110
01110010
10011001
00001100
00111001
10010110
00000110
01000010
01001110
00010111
01101001
00000001
11110111
11001111
10111110
11111011
10000110
01111000

stdout

         87
          3
        197
          0
         91
        168
        237
         11
          5
          3

stderr

strace