| Problem | platonic17 |
|---|---|
| User | lucas |
| Submission Time | 2025-12-12 11:15:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic17.cpp: In function ‘int main()’:
platonic17.cpp:12:18: error: redeclaration of ‘std::vector<long long int> v’
12 | vector <int> v;
| ^
platonic17.cpp:8:18: note: ‘std::vector<long long int> v’ previously declared here
8 | vector <int> v;
| ^