| Problem | tourist_noi |
|---|---|
| User | WANCH5789W |
| Submission Time | 2026-02-19 18:37:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:16:2: error: expected ‘,’ or ‘;’ before ‘for’
16 | for (int i = 0; i < n; i++) cin >> trips[i];
| ^~~
tourist_noi.cpp:16:18: error: ‘i’ was not declared in this scope
16 | for (int i = 0; i < n; i++) cin >> trips[i];
| ^
tourist_noi.cpp:18:2: error: expected ‘,’ or ‘;’ before ‘for’
18 | for (int i = 0; i < n; i++){
| ^~~