首页 > 其他 > 详细

新前言with留言板

时间:2019-12-20 21:23:54      阅读:94      评论:0      收藏:0      [点我收藏+]

旧博客也是会用的,但是现在只用博客园写博客,平时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;
}

新前言with留言板

原文:https://www.cnblogs.com/Spare-No-Effort/p/12074987.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!