Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Vaccine Distribution Codechef December Long challenge solution 2020

 Vaccine Distribution  Codechef December Long challenge solution 2020-

This Problem Vaccine Distribution is taken from December long challenge 2020. lets read problem statement.

Problem statement-

Finally, a COVID vaccine is out on the market and the Chefland government has asked you to form a plan to distribute it to the public as soon as possible. There are a total of N people with ages a1,a2,,aN.

There is only one hospital where vaccination is done and it is only possible to vaccinate up to D people per day. Anyone whose age is 80 or 9 is considered to be at risk. On each day, you may not vaccinate both a person who is at risk and a person who is not at risk. Find the smallest number of days needed to vaccinate everyone.

Input

  • The first line of the input contains a single integer T denoting the number of test cases. The description of T test cases follows.
  • The first line of each test case contains two space-separated integers N and D.
  • The second line contains N space-separated integers a1,a2,,aN.

Output

For each test case, print a single line containing one integer ― the smallest required number of days.

Constraints

  • 1T10


This post first appeared on Technical Keeda, please read the originial post: here

Share the post

Vaccine Distribution Codechef December Long challenge solution 2020

×

Subscribe to Technical Keeda

Get updates delivered right to your inbox!

Thank you for your subscription

×