
进来之后,提交方式,以a+b problem为例
/*
ID:your id here
LANG:C++
TASK:test
*/
#include <cstdio>
#define rr register
using namespace std;
int main(){
freopen("test.in","r",stdin);
freopen("test.out","w",stdout);
rr int a,b;//不必一定要和我一样
scanf("%d%d",&a,&b);
printf("%d\n",a+b);
return 0;
}
然后翻译上网搜一下就可以了
推荐洛谷
(一开始会点到你的飞碟在这儿,请自行点回主页)
2248





