| Problem | mountains |
|---|---|
| User | rolland |
| Submission Time | 2026-02-20 15:40:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountains.cpp: In function ‘int main()’:
mountains.cpp:23:9: error: ‘count’ was not declared in this scope
23 | count
| ^~~~~
mountains.cpp:24:25: error: ‘r’ was not declared in this scope
24 | for (int r = i; r <= n-1; r++) {
| ^