摘要:
圆锥曲线:Michael Sullivan的Precalculus的教材(这个还没看过呢) https://zhuanlan.zhihu.com/p/550027667 阅读全文
posted @ 2026-07-09 18:33
一只好好好好猫
阅读(7)
评论(0)
推荐(0)
摘要:
运行以下代码快速找到位置和链接QvQ 点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=1e5+5; string s[N],L[N]; int cnt; string qa; int main() { cnt=3;/// 阅读全文
posted @ 2026-07-09 16:54
一只好好好好猫
阅读(4)
评论(0)
推荐(0)
摘要:
这题推荐给想写暴力的人······ 这个题数据不很大,前一个人只能传给下一个人,所以暴力加一点剪枝即可AC 点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=2e5+5; int n; int q; int t[N],p[ 阅读全文
posted @ 2026-07-09 15:40
一只好好好好猫
阅读(8)
评论(0)
推荐(0)

浙公网安备 33010602011771号