| Problem | mountains |
|---|---|
| User | nutzzzz |
| Submission Time | 2025-02-06 21:26:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountains.cpp: In function ‘int main()’:
mountains.cpp:37:17: error: conflicting declaration ‘std::vector<long long int> l’
37 | vector<int> l(n);
| ^
mountains.cpp:36:6: note: previous declaration as ‘long long int l [300000]’
36 | int l[300000];
| ^