| Problem | adjlist |
|---|---|
| User | AustinPi |
| Submission Time | 2024-04-28 21:36:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
adjlist.cpp: In function ‘int main()’:
adjlist.cpp:10:23: error: a function-definition is not allowed here before ‘{’ token
10 | void arr(ll e, ll f) {
| ^
adjlist.cpp:20:9: error: ‘arr’ was not declared in this scope
20 | arr(c-1,d-1);
| ^~~