2019年8月31日

1100 Mars Numbers [模拟]

摘要: #include <bits/stdc++.h> using namespace std; #define maxn 55 string fir[]={"tret","jan","feb","mar","apr","may","jun","jly","aug","sep","oct","nov"," 阅读全文

posted @ 2019-08-31 20:21 FTA_Macro 阅读(110) 评论(0) 推荐(0) 编辑

1012 The Best Rank [模拟]

摘要: 注意一下相同分数的排名相同,比如98,97,97,96的排名是1,2,2,4 #include <bits/stdc++.h> using namespace std; #define maxn 100005 struct Student { string name; int c,m,e,ra,rc 阅读全文

posted @ 2019-08-31 20:18 FTA_Macro 阅读(134) 评论(0) 推荐(0) 编辑

导航