-
Count the number of possible triangles in C++
-
Count the number of pairs (i, j) such that either arr[i] is divisible by arr[j] or arr[j] is divisible by arr[i] in C++
-
Count the number of pairs that have column sum greater than row sum in C++
-
Count the number of operations required to reduce the given number in C++
-
Count the number of objects using Static member function in C++ Program
-
Count numbers with same first and last digits in C++
-
Count number of ordered pairs with Even and Odd Product in C++
-
Count number of ordered pairs with Even and Odd Sums in C++
-
Count number of pairs (i, j) such that arr[i] * arr[j] > arr[i] + arr[j] in C++
-
Count of m digit integers that are divisible by an integer n in C++
-
Count numbers with unit digit k in given range in C++
-
Count numbers upto N which are both perfect square and perfect cube in C++
-
Count of only repeated element in a sorted array of consecutive elements in C++
-
Count of numbers which can be made power of 2 by given operation in C++
-
Count of elements whose absolute difference with the sum of all the other elements is greater than k in C++
-
Maximize number of nodes which are not part of any edge in a Graph in C++
-
Count of quadruplets with given Sum in C++
-
Counting even decimal value substrings in a binary string in C++
-
Count number of substrings with numeric value greater than X in C++
-
Count of all even numbers in the range [L, R] whose sum of digits is divisible by 3 in C++