can someone explain the sample input.
CB scholarship , wrong answer
5 10 2 1
here n=5 // Total no of students
m=10 // total no of coupons
x=2 // no of coupons required to get 100% waiver
y=1// additional coupon given by weak(in study) student
so every student can get 2 coupon as we have total 11 coupon
so ans is 5
1 Like