| Problem | mountainjourney |
|---|---|
| User | Citric3thanol |
| Submission Time | 2026-06-24 09:51:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountainjourney.cpp: In function ‘int main()’:
mountainjourney.cpp:9:2: error: expected initializer before ‘for’
9 | for (int i = 1; i <= n; i++){
| ^~~
mountainjourney.cpp:9:18: error: ‘i’ was not declared in this scope
9 | for (int i = 1; i <= n; i++){
| ^
mountainjourney.cpp:13:16: error: ‘b’ was not declared in this scope
13 | cin >> b[i];
| ^
mountainjourney.cpp:15:25: error: expected ‘;’ before ‘for’
15 | sort(a.begin(),a.end())
| ^
| ;
16 | for (auto itr : a) {
| ~~~
mountainjourney.cpp:20:8: error: ‘b’ was not declared in this scope
20 | sort(b.begin(),b.end(), greater<int>())
| ^