2021年10月19日
摘要: 2021.10.19 离散化模板 #include<cstdio> #include<iostream> #include<algorithm> #include<cstring> using namespace std; const int N=1e5+10; int n,a[N],ai[N]; 阅读全文
posted @ 2021-10-19 18:47 eleveni 阅读(35) 评论(0) 推荐(0)