摘要: 洛谷p3806 code #include <bits/stdc++.h> using namespace std; typedef long long ll; const int maxn = 1e5 + 7; const int inf = 1e7; int n, m, mx[maxn], si 阅读全文
posted @ 2022-10-11 17:47 Catherine_leah 阅读(30) 评论(1) 推荐(0)
摘要: 问题 A: 【2022NOIP联测710月11日】找(a) 一看到是个数学题还感觉挺恐怖,把式子写出来才发现它很水。 没开long long大样例跑不出来还以为T1又没了……然而幸好及时发现问题。 #include <bits/stdc++.h> using namespace std; typed 阅读全文
posted @ 2022-10-11 15:46 Catherine_leah 阅读(53) 评论(5) 推荐(0)
摘要: -A.板子 从“课本”上贺的。 code #include <bits/stdc++.h> using namespace std; typedef long long ll; const int maxn = 1e3 + 2; const int maxm = 1e5 + 3; const int 阅读全文
posted @ 2022-10-11 08:00 Catherine_leah 阅读(18) 评论(1) 推荐(2)
/* */