摘要: code #include<iostream> #include<algorithm> using namespace std; const int N=1000+10; bool cmp(int x,int y){ return x>y; } int f1[N],f2[N]; int main() 阅读全文
posted @ 2022-02-11 15:43 ethon-wang 阅读(37) 评论(0) 推荐(0) 编辑
摘要: code #include<cstdio> #include<algorithm> #include<iostream> using namespace std; void tran(int t){ if(t==0){ //TODO cout<<"00:00:00\n"; return; } int 阅读全文
posted @ 2022-02-11 15:17 ethon-wang 阅读(47) 评论(0) 推荐(0) 编辑