StdIn 範例## 範例輸入資料```= 22 1 23 1 24 1 ``` ## 範例輸出資料```= 23 24 25 ``` --- ## 範例 ... C 程式碼. main.c. #include<stdio.h> int main(){ int a, b; ...
確定! 回上一頁