Problem tourist_noi
User xyzidk9
Submission Time 2026-02-28 10:26:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:12:20: error: expected ‘;’ before ‘}’ token
12 | res += trips*stp
| ^
| ;
13 | }
| ~