int a; unsigned long b; float x, y; char c, s[64]; scanf("%d",&a); /* Read the integer a in decimal */ scanf("%x",&b); /* Read the integer b in hexadecimal ...
確定! 回上一頁