#54839: c++解


yp11451063@yphs.tp.edu.tw (711-27周秉翰)


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