Problem tourist_noi
User ndgsghdj
Submission Time 2025-04-15 16:11:21
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 ‘}’ token
15 | total += n * trips
| ^
| ;
16 | } else {
| ~
tourist_noi.cpp:17:14: error: expected ‘;’ before ‘}’ token
17 | total += y
| ^
| ;
18 | }
| ~