#include<stdio.h> int main() { int n = 0,m = 0.,arr[10][10]={0}; scanf("%d %d",&n,&m); int x =0, y =0,max =0; for(int i ...