2025年10月22日
摘要: //最小 #include <bits/stdc++.h> using i64 = long long; struct Line { i64 m, b; Line(i64 _m = 0, i64 _b = LLONG_MAX) : m(_m), b(_b) {} i64 eval(i64 x) co 阅读全文
posted @ 2025-10-22 19:17 下头小美 阅读(4) 评论(0) 推荐(0)