| Problem | gotoschool |
|---|---|
| User | estkn |
| Submission Time | 2026-03-29 19:10:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:9:17: error: redeclaration of ‘std::vector<int> p’
9 | vector<int> p(a + 1);
| ^
gotoschool.cpp:7:17: note: ‘std::vector<int> p’ previously declared here
7 | vector<int> p(a);
| ^