摘要: A. Optimal Path 思路: 最小就是走第一行和最后一列 #include <bits/stdc++.h> using namespace std; typedef long long LL; typedef pair<int, int> PII; const int N = 200010 阅读全文
posted @ 2022-07-31 13:19 彦辰kkkkk 阅读(30) 评论(0) 推荐(0)