opeh
opeh
全部文章
题解
归档
标签
去牛客网
登录
/
注册
opeh的博客
全部文章
/ 题解
(共1篇)
题解 | #切割 01 串 2.0#
1.分析 本体就是一个简单的区间dp板子题加了一个判断 2.AC代码 #include<bits/stdc++.h> using namespace std; int main() { int n,L,R; cin>>n>>L>&...
C++
动态规划
2025-11-16
0
22