非常簡單\(0w0)/
首先 C++基本東西#include <iostream>using namespace std;
定義執行int main(){
建立變數int a,b;
輸入cin>>a;cin>>b;
直接拿a當輸出a+=b;
輸出cout<<a;
}