Problem rainbowroad
User PlayVoltz
Submission Time 2023-10-31 22:16:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rainbowroad.cpp: In function ‘int32_t main()’:
rainbowroad.cpp:32:33: error: ‘grapg’ was not declared in this scope; did you mean ‘graph’?
32 | m=max(m, max(graph[a].size(), grapg[b].size()));
| ^~~~~
| graph