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

A + B(swust oj 0015)

时间:2014-12-18 14:56:46      阅读:124      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   http   io   color   sp   strong   on   

Description:http://acm.swust.edu.cn/problem/0015/

AC代码:

#include <stdio.h>
int main()
{
    int m,n;
scanf("%d%d",&m,&n);
    printf("%d\n",m+n);
return 0;
}

 

A + B(swust oj 0015)

标签:des   style   blog   http   io   color   sp   strong   on   

原文地址:http://www.cnblogs.com/yanglingwell/p/4171674.html

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