Result

WA

Code [DL]

module c;reg[8] c,d;initial begin repeat(50)begin d=$fscanf(1<<31,"%b",c);$write(c);$write(d);end end endmodule

stdin

00011011
00001010
00100100
01111101
10010001
10000000
11111101
00000000
00100010
10111101
00001111
01010111
00111101
10101011
10001000
00000011
01011011
10011110
01010001
00000001
00000010
00110010
01001000
10011001
01011111
01101001
11010010
01001110
00101101
10111110
01000010
11011110
00010100
00001010
01001111
00111100
10011010
11001101
10001000
10011011
01111000
10011000
00010101
00110111
00100011
11100111
00000110
00011100
10001101
11111010

stdout

stderr

/volume/CODE:1: syntax error
/volume/CODE:1: error: syntax error in reg variable list.
/home/esolang/bin/verilog: line 4: /tmp/code: No such file or directory
rm: cannot remove '/tmp/code': No such file or directory

strace