想六点下班熊猫在刷题
想六点下班熊猫在刷题
全部文章
分类
归档
标签
去牛客网
登录
/
注册
想六点下班熊猫在刷题的博客
全部文章
(共2篇)
题解 | #回文素数#
#include <iostream> using namespace std; const int maxn = 1e4 + 5; int prime[maxn]; int n...
模拟
C++
数学
2022-10-24
0
478
题解 | #素数对#
#include <iostream> using namespace std; const int maxn = 1e4 + 5; int prime[maxn]; bool ...
C++
双指针
模拟
2022-10-24
0
371