Loading

摘要: 问题A:谁是你的潜在朋友 #include<cstdio> #include<cstring> int main(){ const int maxn = 210; int N, M; int hashTable[maxn] = {0}; int stu[maxn] = {0}; while(scan 阅读全文
posted @ 2020-01-19 21:00 ZHGQCN 阅读(214) 评论(0) 推荐(0)