find the minimum number of operations to make the sum of value for 1<=1<=n greater than or equal to k .As the answer can be large ,return it module 10^9+7
Answers
Answered by
0
Answer:
In most programming competitions, we are required to answer the result in 10^9+7 modulo. The reason behind this is, if problem constraints are large integers, only efficient algorithms can solve them in an allowed limited time.
Similar questions
Math,
1 day ago
Computer Science,
3 days ago
Math,
3 days ago
Biology,
8 months ago
Math,
8 months ago