摘要: 直方图中最大的矩形 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 100000 ; using ll = long long ; ll q[N],a[N]; 阅读全文
posted @ 2021-07-21 20:25 Acception 阅读(48) 评论(0) 推荐(0)
摘要: 求解关于x的的方程$a^x=y{\mbox{%p}}$ 证明 P2485计算器 #include <bits/stdc++.h> #define noans cout<<"Orz, I cannot find x!\n" using namespace std; using ll = long lo 阅读全文
posted @ 2021-07-21 00:29 Acception 阅读(35) 评论(0) 推荐(0)
摘要: 1 2 阅读全文
posted @ 2021-07-21 00:09 Acception 阅读(80) 评论(0) 推荐(0)