None of the test cases are passing
@chemant077 You were taking the input in wrong order. First you have to input all the capacities and then the requirements. Please change your code to this
for(int i=0;i<n;i++) cin>>c[i];
for(int i=0;i<n;i++) cin>>l[i];
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.