摘要: 第10题 参考洛谷P1025数的划分 #include<iostream> #include<vector> using namespace std; const int N = 300010; int a[N]; int ans=100000; vector<int>v; //x是此次分的,k是剩 阅读全文
posted @ 2024-10-09 20:28 某朝 阅读(27) 评论(0) 推荐(0)