牛客439623629号
牛客439623629号
全部文章
分类
归档
标签
去牛客网
登录
/
注册
牛客439623629号的博客
全部文章
(共2篇)
题解 | #kotori和素因子#
递归 #include <bits/stdc++.h> using namespace std; int n; int a[1010];//正整数的值 int mi=1e9; //判断是否为质数 bool pri...
深度优先搜索
C++
2022-08-19
11
448
题解 | #kotori和素因子#
非递归深度优先遍历思路 #include<iostream> #include<unordered_set> #include<stack> #include<vector> using namespace std; int&...
深度优先搜索
C++
2022-08-19
0
404