| Problem | mountains |
|---|---|
| User | personjs |
| Submission Time | 2025-01-02 21:48:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountains.cpp: In function ‘int main()’:
mountains.cpp:16:8: error: ‘highInd’ was not declared in this scope
16 | if (!highInd.empty() && vec[highInd[0]] < v) {
| ^~~~~~~
mountains.cpp:24:17: error: ‘highInd’ was not declared in this scope
24 | for (ll i=0; i<highInd.size(); i++) {
| ^~~~~~~