Owl Get a Life
adjmatrix.cpp: In function ‘int main()’:adjmatrix.cpp:18:34: error: expected ‘;’ before ‘}’ token 18 | cout<<arr[i][j]<<"\n" | ^ | ; 19 | } | ~