摘要: P1832 A+B Problem(再升级) 没开long long会爆炸 这题可以看作选素数作完全背包问题 点击查看代码 #include<bits/stdc++.h> using namespace std; int main() { int n; cin >> n; vector<bool> 阅读全文
posted @ 2025-05-29 10:46 Chuan81 阅读(8) 评论(0) 推荐(0)