摘要: 不能与其它输入流混用 1 inline char getChar() { 2 static char str[300000]; 3 static int head = 0, tail = 0; 4 if (head == tail) { 5 tail = fread(str, 1, 300000, 阅读全文
posted @ 2018-09-24 02:51 hit_yjl 阅读(164) 评论(0) 推荐(0)
摘要: Monkey Party Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 131072/65536 K (Java/Others)Total Submission(s): 2665 Accepted Submission(s): 1074 P 阅读全文
posted @ 2018-09-24 02:27 hit_yjl 阅读(341) 评论(0) 推荐(0)