| Problem | tourist_noi |
|---|---|
| User | Pout |
| Submission Time | 2026-08-15 21:17:55 |
| 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:29: error: expected ‘;’ before ‘else’
16 | if (trip * x > y) sum += y else sum += (trip * x);
| ^~~~~
| ;