摘要: //5-1单纯记忆训练,记忆4位数 #include #include #include #define MAX_STAGE 10 //关卡数 int sleep(unsigned long x){ clock_t c1 = clock(), c2; do{ if((c2 = clock()) == (clock_t)-1) re... 阅读全文
posted @ 2018-01-26 22:31 LeoSirius 阅读(225) 评论(0) 推荐(0)