[Solution] Degree of Polynomial CodeChef Solution | CodeChef Problem Solution 2022
In mathematics, the degree of polynomials in one variable is the highest power of the variable in the algebraic expression with non-zero coefficient.
Chef has a polynomial in one variable with terms. The polynomial looks like where denotes the coefficient of the term for all .
Solution Click Below:- CLICK HERE
Find the degree of the polynomial.
Note: It is guaranteed that there exists at least one term with non-zero coefficient.
Input Format
- First line will contain , number of test cases. Then the test cases follow.
- First line of each test case contains of a single integer - the number of terms in the polynomial.
- Second line of each test case contains of space-separated integers - the integer corresponds to the coefficient of .
Output Format
For each test case, output in a single line, the degree of the polynomial.
Constraints
- for at least one .
No comments:
Post a Comment