Problem tourist_noi
User ndgsghdj
Submission Time 2025-04-15 16:10:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:15:22: error: expected ‘;’ before ‘else’
15 | total += n * trips
| ^
| ;
16 | else
| ~~~~