首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
【
BUCTOJ1073
】的更多相关文章
BUCTOJ1073
#include "iostream" #include "algorithm" using namespace std; ; struct Time { int a; int b; int c; int d; }; bool cmp(const Time &A,const Time &B) { if(A.c > B.c) ; if(A.c == B.c) return A.d < B.d; else ; } int main() { T…