Problem mountains
User personjs
Submission Time 2025-01-02 21:48:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mountains.cpp: In function ‘int main()’:
mountains.cpp:26:82: error: expected ‘;’ before ‘}’ token
26 | res += (highInd[i] - i) * (((n - 1) - highInd[i]) - ((highInd.size() - 1) - i))
| ^
| ;
27 | }
| ~