摘要: #include int main() { int c, n, i, max, ans; int a[16], book[102]; scanf("%d", &c); while(c--) { ans = 0; max = 0; for(i=1; i 阅读全文
posted @ 2015-10-26 20:12 StevenLuke 阅读(95) 评论(0) 推荐(0)
摘要: #include int main() { char d1[6]; char c; int book[6]; int ids, i; while(~scanf("%c", &c) && c!='#') { ids = 0; for(i=0; i<6; i++) book[i] = 0; ... 阅读全文
posted @ 2015-10-26 14:15 StevenLuke 阅读(138) 评论(0) 推荐(0)