新前言with留言板

旧博客也是会用的,但是现在只用博客园写博客,平时csdn的东西也会凑凑热闹
欢迎各位julao来留言板留言

/*
ID:lemondi1
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;
}
posted @ 2019-12-20 20:45  lemondinosaur  阅读(272)  评论(4编辑  收藏  举报