摘要: 悬线法,刚学的 转移方程 #include<iostream> #include<algorithm> using namespace std; typedef long long ll; const int maxn = 1e3+ 5; int n, m; int a[maxn][maxn]; / 阅读全文
posted @ 2019-02-11 16:31 TLE自动机 阅读(218) 评论(0) 推荐(0)