PAT-乙-1068 1068 万绿丛中一点红 (20 分)

代码 #include <iostream> #include <map> #include <math.h> using namespace std; const int MAX = 1001; long long int a[MAX][MAX]; int count = 0; int row; int col; map<long long int, int> mp; int cal(in
相关文章
相关标签/搜索