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

Compile Error

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