-
Count the number of vowels occurring in all the substrings of given string in C++
-
Count the number of sub-arrays such that the average of elements present in the subarray is greater than that not present in the sub-array in C++
-
Count the number of rectangles such that ratio of sides lies in the range [a,b] in C++.
-
Count number of subsets of a set with GCD equal to a given number in C++
-
Count number of subsets whose median is also present in the same subset in C++
-
Count number of substrings with exactly k distinct characters in C++
-
Count number of trailing zeros in (1^1)*(2^2)*(3^3)*(4^4)*.. in C++
-
Count number of trailing zeros in Binary representation of a number using Bitset in C++
-
Count number of ways to jump to reach end in C++
-
Count number of ways to partition a set into k subsets in C++
-
Count numbers < = N whose difference with the count of primes upto them is > = K in C++
-
Count the number of pop operations on stack to get each element of the array in C++
-
Count of all possible values of X such that A % X = B in C++
-
Count of all N digit numbers such that num + Rev(num) = 10^N - 1 in C++
-
Count of arrays in which all adjacent elements are such that one of them divide the another in C++
-
Count of Binary Digit numbers smaller than N in C++
-
Count the number of intervals in which a given value lies in C++
-
Count the number of holes in an integer in C++
-
Count the number of non-increasing subarrays in C++
-
Count number of subsets having a particular XOR value in C++