Result

WA

Code [DL]

module c;integer c,d;initial begin while($fscanf(1<<31,"%b",d))for(c=1;d>0;c=c+1)d=d-c;$write(~|d);;end endmodule

stdin

01001010
11100010
10100100
01100110
01000010
10110100
00000001
11010010
11100111
01101001
11111101
01011011
10111110
10111011
01001111
10011001
10001100
10011100
00000110
00011001
00101010
11001100
11000010
01111000
10001000
01010000
00000011
00010110
11101111
11101100
00100011
11111100
11001110
00101101
00110111
01010001
00011100
01001110
01100111
11111101
00001111
00001010
11010101
00010101
00100100
11111110
11111101
00000000
10101011
00000010

stdout

stderr

/volume/CODE:1: syntax error
/volume/CODE:1: error: malformed statement
/home/esolang/bin/verilog: line 4: /tmp/code: No such file or directory
rm: cannot remove '/tmp/code': No such file or directory

strace