码迷,mamicode.com
首页 > 其他好文 > 详细

POJ 1000(水题)

时间:2015-12-14 18:10:33      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:

这道题就很水啦,只要看懂题。。。所以我受了这个影响,再去hoj的时候想都没想就还按照这个打了,结果就像之前那篇说的那样WA。

#include <stdio.h>

int main()
{
    int a,b;
    scanf("%d %d",&a, &b);
    printf("%d\n",a+b);
    return 0;
}

POJ 1000(水题)

标签:

原文地址:http://www.cnblogs.com/kugwzk/p/5045528.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!