


The first line of input contains an integer ‘T’ denoting the number of test cases.
The next ‘T’ lines represent the ‘T’ test cases.
The first and only line of each test case contains two space-separated integers ‘N’ and ‘K’ denoting the number of candies and number of friends respectively.
For each test case, return the total number of candies every person has at the end.
You do not need to print anything; it has already been taken care of. Just implement the given functions.
1 <= T <= 50
1 <= N <= 10^9
1 <= K <= 10^5
Time Limit: 1 sec
Here we can simply use the concept of brute force.
Here we can simply use the concept of binary search.
Merge Two Sorted Arrays Without Extra Space
Merge Two Sorted Arrays Without Extra Space
Co-Prime
Fizzbuzz Problem
First Digit One
Special Digit Numbers