題目連結: https://zerojudge.tw/ShowProblem?problemid=a002

# 解題思路

就是相加兩個數字

# 程式碼

#include <iostream>
using namespace std;
int main()
{
    int a,b;
    while(cin>>a >>b)
        cout<<a+b<<endl;
}
更新於 閱讀次數

用實際行動犒賞爆肝的我😀

Zrn Ye LinePay

LinePay