#54720: c++解答


yp11451009@yphs.tp.edu.tw (711-19王敬皓)


c++

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