Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 12425 Accepted Submission(s): 8058
#include <iostream> #include <algorithm> using namespace std ; int main(){ int n ; while( cin >> n ){ if(n%3 == 0 ){ cout<<"Cici"<<endl ; }else{ cout<<"Kiki"<<endl ; } } }
HDU 1847 Good Luck in CET-4 Everybody!(博弈、找规律)
原文:https://www.cnblogs.com/yi-ye-zhi-qiu/p/9086037.html