4 条题解
信息
- ID
- 770
- 时间
- 1000ms
- 内存
- 256MiB
- 难度
- 7
- 标签
- (无)
- 递交数
- 105
- 已通过
- 22
- 上传者
默念freopen的语法,别的没得说
不开long long见祖宗!
#inculde<bits/stdc++.h>
using namespace std;
int main(){
freopen("plus.in","r",stdin);
freopen("plus.in","r",stdin);
long long a,b;
cin>>a>>b;
cout<<a+b;
}
这题不开long long 见不着祖宗
注册一个 HuituOJ 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。