标签:content code 有道 tom 大学英语 des printf time 升级
Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
http://acm.hdu.edu.cn/showproblem.php?pid=1847
#include<cstdio> using namespace std; int main() { int n; while(scanf("%d",&n)!=EOF) { if(n%3) printf("Kiki\n"); else printf("Cici\n"); } }
博弈的题目不一定非要执着于SG函数
hdu 1847 Good Luck in CET-4 Everybody!
标签:content code 有道 tom 大学英语 des printf time 升级
原文地址:http://www.cnblogs.com/TheRoadToTheGold/p/6741143.html