记录编号 545438 评测结果 RRRRRRRRRR
题目名称 难分的糖 最终得分 0
用户昵称 Gravatar_Outro 是否通过 未通过
代码语言 C++ 运行时间 0.005 s
提交时间 2019-10-29 20:39:24 内存使用 13.66 MiB
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
int main()
{
		freopen("aplusbjc.in","r",stdin);
	freopen("aplusbjc.out","w",stdout);
int a,b;
cin>>a>>b;
cout<<a+b;
	return 0;
}