| Problem | mountainjourney2 |
|---|---|
| User | rjdaddy69 |
| Submission Time | 2026-06-26 16:18:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountainjourney2.cpp: In function ‘int main()’:
mountainjourney2.cpp:6:30: error: expected ‘}’ before numeric constant
6 | vector<int> numbers = {6 1 3 1 4 1 5 9 2};
| ~ ^
mountainjourney2.cpp:6:30: error: expected ‘,’ or ‘;’ before numeric constant
mountainjourney2.cpp: At global scope:
mountainjourney2.cpp:7:5: error: ‘cout’ does not name a type
7 | cout << 1
| ^~~~
mountainjourney2.cpp:8:1: error: expected declaration before ‘}’ token
8 | }
| ^