标签:des style blog http color java os io
Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 1430 Accepted Submission(s): 1168
1 #include<cstdio> 2 #include<cstring> 3 #include<stdlib.h> 4 #include<algorithm> 5 using namespace std; 6 int main() 7 { 8 int n; 9 while(scanf("%d",&n)&&n) 10 { 11 if(n%2==0) 12 printf("8600\n"); 13 else 14 printf("ailyanlu\n"); 15 } 16 return 0; 17 }
HDU 1564 Play a game (博弈&&找规律),布布扣,bubuko.com
HDU 1564 Play a game (博弈&&找规律)
标签:des style blog http color java os io
原文地址:http://www.cnblogs.com/clliff/p/3928377.html