记录编号 543745 评测结果 RRRRRRRRRR
题目名称 难分的糖 最终得分 0
用户昵称 Gravatar数声风笛ovo 是否通过 未通过
代码语言 C++ 运行时间 0.000 s
提交时间 2019-10-09 20:02:04 内存使用 0.00 MiB
显示代码纯文本
#include<bits/stdc++.h>
#define ll int
#define sc scanf
#define pr printf
using namespace std;
ll a,b;
int cxw(){
   	freopen("aplusbjc.in","r",stdin);
	freopen("aplusbjc.out","w",stdout);
   	sc("%d%d",&a,&b);
   	pr("%d\n",a+b);
   	return 0;
} 
int wjb=cxw();
int main(){;}