摘要: 1 #include <iostream> 2 #include <cstdio> 3 #include <algorithm> 4 5 using namespace std; 6 7 const int N = 110; 8 int f[N][N]; 9 10 //核心想法://i到达j经过前k 阅读全文
posted @ 2020-06-16 23:48 SummerMingQAQ 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 1 #include <iostream> 2 #include <cstdio> 3 #include <algorithm> 4 #include <queue> 5 6 using namespace std; 7 8 #define LL long long 9 #define pb pus 阅读全文
posted @ 2020-06-16 23:07 SummerMingQAQ 阅读(313) 评论(0) 推荐(0) 编辑