摘要: ref ref code #include<iostream> #include<algorithm> using namespace std; const int N=10; int a[11]; int main(){ ios::sync_with_stdio(false); for(int i 阅读全文
posted @ 2022-01-30 15:04 ethon-wang 阅读(60) 评论(0) 推荐(0) 编辑
摘要: code #include<iostream> using namespace std; int n, m, time[10001], need[101], maxn; //num of tap,mumber of students int main() { ios::sync_with_stdio 阅读全文
posted @ 2022-01-30 11:55 ethon-wang 阅读(57) 评论(0) 推荐(0) 编辑