摘要:
第10题 参考洛谷P1025数的划分 #include<iostream> #include<vector> using namespace std; const int N = 300010; int a[N]; int ans=100000; vector<int>v; //x是此次分的,k是剩 阅读全文
摘要:
ds题目 #include<iostream> using namespace std; typedef struct Node { int index; int data; }node; const int N = 10010; node a[N]; int output[N]; int hh = 阅读全文