摘要: 1 #include 2 #include 3 int hash[4*13]; 4 int main(){ 5 int t; 6 scanf("%d",&t); 7 while(t--){ 8 char ch; 9 int num;10 ... 阅读全文
posted @ 2015-11-08 16:44 Esieve 阅读(195) 评论(0) 推荐(0)