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