摘要: 题目 Atcoder 思路 代码 #include <iostream> #include <algorithm> using namespace std; int n , m , x , y , v[105][105][2]; short f[105][105][105][105]; signed 阅读全文
posted @ 2021-05-12 22:30 Protein_lzl 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 题目 Atcoder 思路 代码 #include <iostream> #include <cstring> #include <algorithm> #define int long long using namespace std; const int N = 1010, mod = 1e9 阅读全文
posted @ 2021-05-12 22:25 Protein_lzl 阅读(37) 评论(0) 推荐(0) 编辑