摘要: #define _CRT_SECURE_NO_WARNINGS #include <bits/stdc++.h> using namespace std; typedef long long ll; void divide(int x) { for(int i=2;i<=x/i;i++) { if( 阅读全文
posted @ 2024-12-27 21:32 闫柏军 阅读(14) 评论(0) 推荐(0)
摘要: #define _CRT_SECURE_NO_WARNINGS #include <bits/stdc++.h> using namespace std; typedef long long ll; int a[120]; bool isp(int x) { if(x<2)return false; 阅读全文
posted @ 2024-12-27 21:21 闫柏军 阅读(7) 评论(0) 推荐(0)