首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
【
PAT1116: Come on! Let's C
】的更多相关文章
PAT1116. Come on! Let's C (map)
思路:模拟一下就好了,map用来记录每个人的排名. AC代码 #include <stdio.h> #include <map> #include <math.h> #include <string> #include <string.h> using namespace std; map<string, int> Rank; map<string, int> asked; const int maxn = 10000+5…
PAT1116: Come on! Let's C
1116. Come on! Let's C (20) 时间限制 200 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue "Let's C" is a popular and fun programming contest hosted by the College of Computer Science and Technology, Zhejiang University. Since the idea of t…