摘要:
题解:模拟 #include <bits/stdc++.h> using namespace std; #define sz(a) int((a).size()) #define all(a) (a).begin(), (a).end() #define forn(i, n) for (int i 阅读全文
posted @ 2020-02-17 09:08
RE-TLE
阅读(128)
评论(0)
推荐(0)
摘要:
题解: 阅读全文
posted @ 2020-02-17 09:00
RE-TLE
阅读(209)
评论(0)
推荐(0)
摘要:
题解:直接构造 #include <bits/stdc++.h> using namespace std; const int MAX_N = 100; int t[MAX_N], lo[MAX_N], hi[MAX_N]; int main() { int tc; cin >> tc; while 阅读全文
posted @ 2020-02-17 08:51
RE-TLE
阅读(182)
评论(0)
推荐(0)
摘要:
题解:维护可以接受的区间 #include <bits/stdc++.h> using namespace std; const int MAX_N = 100; int t[MAX_N], lo[MAX_N], hi[MAX_N]; int main() { int tc; cin >> tc; 阅读全文
posted @ 2020-02-17 08:44
RE-TLE
阅读(161)
评论(0)
推荐(0)

浙公网安备 33010602011771号