牛客543375477号
牛客543375477号
全部文章
题解
归档
标签
去牛客网
登录
/
注册
牛客543375477号的博客
全部文章
/ 题解
(共1篇)
小红的乘2除2
小红的乘2除2 这题可以通过dp对所有状态进行分类讨论,比直接硬写要容易 #include <iostream> #include <vector> #include <cmath> #include <algorithm> using namespa...
C++
2024-06-23
11
362