#54845: c++ 解


yp11452086@yphs.tp.edu.tw (705-07張巧妮)


#include<iostream>
using namespace std;
int main(){
int a,b; //變數
cin>>a>>b; //輸入
cout<<a+b; //輸出
}