标签: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; }
标签:des style blog http io color sp strong on
原文地址:http://www.cnblogs.com/yanglingwell/p/4171674.html