int a, b, s;. printf_s("請輸入兩個是整數");. scanf_s("%d%d", &a, &b);. s = a * b;. printf_s("兩個整數之積是%d\n", s);. system("pause");.
確定! 回上一頁