| Problem | mountainjourney |
|---|---|
| User | tanhanxi195 |
| Submission Time | 2026-06-24 09:36:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountainjourney.cpp: In function ‘int main()’:
mountainjourney.cpp:15:7: error: expected primary-expression before ‘int’
15 | (int i = 0; i < n; ++i) {
| ^~~
mountainjourney.cpp:15:7: error: expected ‘)’ before ‘int’
15 | (int i = 0; i < n; ++i) {
| ~^~~
| )
mountainjourney.cpp:15:18: error: ‘i’ was not declared in this scope
15 | (int i = 0; i < n; ++i) {
| ^