by@progrunner17
WA
module c;integer c,d;initial repeat(50)begin for(c=$fscanf(1<<31,"%b",d);d>0;c=c+1)d=d-c;$write(~|d);end endmodule
00101101 01100001 11100110 01110100 10001000 00001111 11011010 11010010 01101001 00000001 01001010 11100111 11011110 10001000 10011110 10010100 00010111 01001110 01110010 00000011 10110110 00000110 10000100 00001101 01101001 10111110 11111111 01001111 10001111 00010101 00001010 00000000 10000110 11011011 00100100 10001010 01111000 01011011 11111101 01101010 10101011 00011100 00011101 01001001 01000010 00110111 10011001 01110000 00000010 10101000
Compilation failed: 3 error(s), 0 warnings
/tmp/code.cs(1,0): error CS1525: Unexpected symbol `module' /tmp/code.cs(1,52): error CS1056: Unexpected character `$' /tmp/code.cs(1,90): error CS1056: Unexpected character `$' Cannot open assembly '/tmp/code.exe': No such file or directory. rm: cannot remove '/tmp/code.exe': No such file or directory