随笔分类 -  离散化

摘要:解析 由于数据太大了, \(10^9\) 的内存绝对会炸, 所以要用离散化 Code #include <bits/stdc++.h> using namespace std; int n, m, z, x, y; int f[10005]; int find (int x) { while (x 阅读全文
posted @ 2021-07-09 09:13 unknown_future 阅读(60) 评论(0) 推荐(0)