摘要: E. Power of Points 题解参考 #include <bits/stdc++.h> #define int long long #define rep(i, a, b) for(int i = (a); i <= (b); ++i) #define fep(i, a, b) for(i 阅读全文
posted @ 2024-02-28 20:15 cxy8 阅读(27) 评论(0) 推荐(0)