#include #define LIM 5 int main(){ int mat1[LIM][LIM]; int mat2[LIM][LIM]; int resp[LIM][LIM]; int i,j,k; for (i=0; i