-
Count of distinct sums that can be obtained by adding prime numbers from given arrays in C++
-
Count of lines required to write the given String in C++
-
Count unset bits in a range in C++
-
Count unset bits of a number in C++
-
Count numbers which are divisible by all the numbers from 2 to 10 in C++
-
Count pairs whose products exist in array in C++
-
Count Pairs from two arrays with even sum in C++
-
Count pairs in array whose sum is divisible by 4 in C++
-
Count pairs in array whose sum is divisible by K in C++
-
Count pairs in an array such that both elements has equal set bits in C++
-
Count pairs in a sorted array whose sum is less than x in C++
-
Count pairs in a sorted array whose product is less than k in C++
-
Count pairs from two linked lists whose sum is equal to a given value in C++
-
Count pairs from two linked lists whose product is equal to a given value in C++
-
Count of elements of an array present in every row of NxM matrix in C++
-
Count of matrices (of different orders) with given number of elements in C++
-
Count of numbers having only 1 set bit in the range [0, n] in C++
-
Count of character pairs at same distance as in English alphabets in C++
-
Count the number of elements in an array which are divisible by k in C++
-
Count the pairs of vowels in the given string in C++