#include int main() { int a[10][10]; int i,j,k,t; for(i=0;i<10;i++) for(j=0;j<10;j++) cin<a[i][k]) { t=a[i][j]; a[i][j]+a[i][k]; a[i][k]=t; } cout<