Problem adjlist
User Yannwen09
Submission Time 2023-11-10 11:11:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjlist.cpp: In function ‘int main()’:
adjlist.cpp:25:17: error: ‘end1’ was not declared in this scope
25 | cout << end1; {
| ^~~~
adjlist.cpp:29:1: error: expected ‘}’ at end of input
29 | }
| ^
adjlist.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^