We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
1.you need change the function prototype as; vector serviceLane(vector> cases, vector width) it mean that you need read the main() Legal fuction.
check from the problme description, you will think that {enter,exit} in the case is the index starting from 1, but acutally you need change it to as starting from 0 then pass.
Service Lane
You are viewing a single comment's thread. Return to all comments →
the problem suck,
1.you need change the function prototype as; vector serviceLane(vector> cases, vector width) it mean that you need read the main() Legal fuction.
check from the problme description, you will think that {enter,exit} in the case is the index starting from 1, but acutally you need change it to as starting from 0 then pass.