标签:des style blog http io color sp strong on
Description:http://acm.swust.edu.cn/problem/0020/
AC源代码:
#include <stdio.h> int main() { int a,b; scanf("%d%d",&a,&b); if (a>=0&&a<=10&&b>=0&&b<=10) printf("%d\n",a+b); return 0; }
标签:des style blog http io color sp strong on
原文地址:http://www.cnblogs.com/yanglingwell/p/4171683.html