module c; integer i,j,k; initial begin j = fscanf(1<<31,"%b\n",i); $write(i); end endmodule