#include <stdio.h>int main(){double x = 12.5;printf("%d\n",x);int y = 10;printf("%lf\n",y);}. 輸出:. 0 0.000000. float x = 12.5;.
確定! 回上一頁