| Problem | mountainjourney |
|---|---|
| User | neoaix |
| Submission Time | 2026-06-24 09:33:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountainjourney.cpp: In function ‘int main()’:
mountainjourney.cpp:10:45: error: expected ‘;’ before ‘for’
10 | sort(b.begin(), b.end(), greater<int>())//descending
| ^
| ;
11 | for(int x : a) cout << x << " ";
| ~~~