摘要: 题目大意: 类似于找鞍点,但是题目居然要把n和m换一下,神奇。 1 #include<bits/stdc++.h> 2 using namespace std; 3 int const N=1000+10; 4 int const inf=1e9+10; 5 int a[N][N],r[N][2], 阅读全文
posted @ 2020-03-17 17:16 zjxxcn 阅读(156) 评论(0) 推荐(0) 编辑