#34402: c++兩行解


yp11151097@yphs.tp.edu.tw (908-30施耀登)


#include<bits/stdc++.h> 
using namespace std; main(){ int a,b; cin>>a>>b; cout<<a+b<<endl;}