https://www.luogu.org/problemn
#include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; cout<<a+b; return 0; }
重修_c++入门 A+B Problem
原文:https://www.cnblogs.com/OI-xyf/p/10987009.html