Owl Get a Life
adjmatrix.cpp:18:91: error: empty character constant 18 | for (int i=0; i<n; i++) for (int j=0; j<n; j++) cout << adjmx[i][j] << (j==n-1 ? '\n':''); | ^~