开心的K:素数回文数的个数 摘要:解题思路:注意事项:参考代码:import java.util.Scanner; public class Main { public static void main(String[] a…… 题解列表 2024年03月02日 0 点赞 0 评论 297 浏览 评分:0.0
可能好理解的 摘要:解题思路:注意事项:参考代码:import java.util.Scanner; public class Main { public static void main(String[…… 题解列表 2024年04月18日 0 点赞 0 评论 307 浏览 评分:9.9
2950: 素数回文数的个数 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;ll prime (ll x){ …… 题解列表 2024年07月11日 0 点赞 0 评论 138 浏览 评分:0.0
2950: 素数回文数的个数 摘要:解题思路:函数定义fuk you注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;ll fuk(ll…… 题解列表 2024年07月18日 0 点赞 0 评论 399 浏览 评分:9.9
编写题解 2950: 素数回文数的个数 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h> using namespace std;int s(int n){ for(int i=2;i*i<=n;i++) { …… 题解列表 2024年08月24日 0 点赞 0 评论 438 浏览 评分:0.0
2950: 素数回文数的个数 摘要:```c #include using namespace std; const int maxn=2000010; int prime[maxn]; void judge_prime(in…… 题解列表 2024年11月23日 0 点赞 0 评论 214 浏览 评分:0.0
编写题解 2950: 素数回文数的个数 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main() { int a, i, j, sum = 0, b[1…… 题解列表 2025年03月21日 3 点赞 0 评论 210 浏览 评分:10.0