Owl Get a Life
mrt.cpp: In function ‘int32_t main()’:mrt.cpp:24:43: error: expected ‘;’ before ‘}’ token 24 | adj[u][v] = adj[mid][u] + adj[mid][v] | ^ | ; 25 | } | ~