看咱们的操作! #include <bits/stdc++.h> using namespace std; int main(){ int m, n, flag; //扫描输入 while(cin >> m >> n){  ...