首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
【
HDU5427
】的更多相关文章
HDU5427
#include<cstdio> #include<iostream> #include<cstring> #include<algorithm> using namespace std; ; char str[maxn]; struct node{ ]; int year; }p[maxn]; int cmp(node A, node B) { return A.year > B.year; //不要忽略这个细节,可能你会习惯性的用小于号. } in…