| Problem | party |
|---|---|
| User | CKCodeBreaker55 |
| Submission Time | 2025-03-12 13:13:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
party.cpp: In function ‘int main()’:
party.cpp:9:22: error: ‘n’ was not declared in this scope
9 | vector<int> adjlist[n];
| ^
party.cpp:14:3: error: ‘adjlist’ was not declared in this scope
14 | adjlist[a - 1].push_back(b);
| ^~~~~~~
party.cpp:19:23: error: ‘adjlist’ was not declared in this scope
19 | for (int j = 0; j < adjlist[i].size(); j++)
| ^~~~~~~