Problem tourist_noi
User rolland
Submission Time 2026-02-14 19:42:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:16:31: error: expected ‘;’ before ‘}’ token
16 | ans+=std::max(trips*t, d)
| ^
| ;
17 |
18 | }
| ~