摘要:
题意: 思路: 感觉这个积分我以前是会积的,但是过了一年多的时间,我发现我忘干净了。真是惭愧! 代码: #include <bits/stdc++.h> using namespace std; typedef long long LL; const int M = 2e6 + 10; const 阅读全文
摘要:
思路: 当时比赛的时候思路正确,可是就是超时。 代码: #include<iostream> #include<stdio.h> #include<algorithm> using namespace std; typedef long long ll; const int maxn = 1e6+5 阅读全文