随笔分类 -  ACM竞赛—动态规划dp

摘要:题目链接:https://vjudge.net/contest/395099#problem 1 #include <iostream> 2 #include <algorithm> 3 #include <cstring> 4 using namespace std; 5 6 const int 阅读全文
posted @ 2020-09-22 16:09 章楠雨 阅读(115) 评论(0) 推荐(0)
摘要:1 #include <iostream> 2 #include <algorithm> 3 #include <cstring> 4 #include <string> 5 #include <vector> 6 7 using namespace std; 8 typedef long long 阅读全文
posted @ 2020-09-16 21:10 章楠雨 阅读(149) 评论(0) 推荐(0)