温馨提示:
此题禁止开int,一定要开long或long long。
以下是正确代码:
#include <bits/stdc++.h> using namespace std; int main() { long a,b; cin>>a>>b; cout<<a+b; return 0; }
题目通道:卉图编程 (system)_A+B
至此鸣谢!