Owl Get a Life
adjlist.cpp: In function ‘int main()’:adjlist.cpp:19:28: error: expected ‘;’ before ‘}’ token 19 | cout << a[i][j] | ^ | ; 20 | } | ~