Problem mountains
User WANCH5789W
Submission Time 2026-04-06 17:30:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mountains.cpp: In function ‘int main()’:
mountains.cpp:12:3: error: expected ‘,’ or ‘;’ before ‘for’
12 | for (int i = 0; i < n; i++) {
| ^~~
mountains.cpp:12:19: error: ‘i’ was not declared in this scope
12 | for (int i = 0; i < n; i++) {
| ^