Problem adjlist
User lty748
Submission Time 2023-11-22 16:27:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjlist.cpp: In function ‘int main()’:
adjlist.cpp:24:29: error: expected ‘)’ before ‘;’ token
24 | thing[b].push_back(a;
| ~ ^
| )