摘要: #include <bits/stdc++.h> #include<math.h> #include <string> using namespace std; const int maxn = 100010; struct Node{//定义静态链表 char data; int next; bo 阅读全文
posted @ 2020-01-18 20:11 JasonPeng1 阅读(160) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include<math.h> #include <string> using namespace std; const int maxn = 1010; struct mouse{ int weight;//质量 int R;//排名 }mous 阅读全文
posted @ 2020-01-18 12:06 JasonPeng1 阅读(156) 评论(0) 推荐(0)