module c; int i,j; initial begin void'($fscanf(1<<31,"%08b",i)); $write("%d",i); end endmodule