02 2021 档案

摘要:#include<iostream> #include<algorithm> #include<cstdio> #include<cstring> #include<sstream> using namespace std; const int N=1e7+10;//有点nb ,8位回文数一定是11 阅读全文
posted @ 2021-02-18 15:57 30天CF上蓝!!! 阅读(170) 评论(0) 推荐(0)
摘要:#include<bits/stdc++.h> #define PI 3.141592653589793238462 #define eps 1e-10 using namespace std; typedef long long ll; typedef long double db; typede 阅读全文
posted @ 2021-02-06 22:08 30天CF上蓝!!! 阅读(258) 评论(0) 推荐(0)
摘要:离散化(不去重) 2 33423434 437834 25345 373 35 //将上面的数字换成下边的 1 6 5 4 3 2 之后再通过楼兰图腾中的思想求逆序对 #include<iostream> #include<algorithm> #include<cstring> #include< 阅读全文
posted @ 2021-02-03 23:27 30天CF上蓝!!! 阅读(53) 评论(0) 推荐(0)