| Problem | mountainjourney |
|---|---|
| User | lengzt |
| Submission Time | 2026-06-24 10:38:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountainjourney.cpp: In function ‘int main()’:
mountainjourney.cpp:20:33: error: expected ‘;’ before ‘for’
20 | sort(B, B+M, greater<int>())
| ^
| ;
21 |
22 | for(int i : A){
| ~~~