Yulinlin2001
Yulinlin2001
全部文章
分类
题解(4)
归档
标签
去牛客网
登录
/
注册
Yulinlin2001的博客
小摆子间歇性冲冲冲!
全部文章
(共1篇)
乘积最大
dfs #include <iostream> #include <algorithm> #include <cmath> #include <cstring> using namespace std; int n, k; int maxv; str...
C++
深度优先搜索
2023-06-24
0
240