Problem tourist_noi
User TK
Submission Time 2026-01-17 15:10:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:21:21: error: expected ‘;’ before ‘return’
21 | cout << total_cost
| ^
| ;
22 | return 0;
| ~~~~~~
tourist_noi.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
tourist_noi.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^