摘要: link #include <bits/stdc++.h> # define LL long long using namespace std; int gettime(int hh, int mm, int ss){ return hh*3600+mm*60+ss; } struct Cartim 阅读全文
posted @ 2020-04-07 22:40 feibilun 阅读(147) 评论(0) 推荐(0)