| Problem | tourist_noi |
|---|---|
| User | TK |
| Submission Time | 2026-01-17 15:05:15 |
| 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:7: error: ‘cost_singles’ was not declared in this scope
16 | if (cost_singles < inf) {
| ^~~~~~~~~~~~
tourist_noi.cpp:22:21: error: expected ‘;’ before ‘return’
22 | cout << total_cost
| ^
| ;
23 | return 0;
| ~~~~~~
tourist_noi.cpp:24:1: error: expected ‘}’ at end of input
24 | }
| ^
tourist_noi.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^