标签:ane iss hdoj for can ring other turn color
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 682330 Accepted Submission(s):
212166
1 #include<stdio.h> 2 #include<cmath> 3 #include<iostream> 4 #include<cstring> 5 #include<algorithm> 6 #include<queue> 7 using namespace std; 8 int main() 9 { 10 int a,b; 11 while(~scanf("%d%d",&a,&b)) 12 { 13 printf("%d\n",a+b); 14 } 15 return 0; 16 }
标签:ane iss hdoj for can ring other turn color
原文地址:http://www.cnblogs.com/52why/p/7478020.html