Problem tourist
User ThePwo
Submission Time 2023-08-23 09:39:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tourist.cpp: In function ‘int32_t main()’:
tourist.cpp:48:25: error: expected ‘;’ before ‘k’
48 | if (k < cost) continue
| ^
| ;
49 | k -= cost;
| ~