C++
 Computer >> Computer tutorials >  >> Programming >> C++
  1. Count pairs (a, b) whose sum of cubes is N (a^3 + b^3 = N) in C++

  2. Count pairs (a, b) whose sum of squares is N (a^2 + b^2 = N) in C++

  3. Count pairs (i,j) such that (i+j) is divisible by both A and B in C++

  4. Count pairs from two arrays having sum equal to K in C++

  5. Count numbers which can be constructed using two numbers in C++

  6. Count square and non-square numbers before n in C++

  7. Count strings that end with the given pattern in C++

  8. Count Primes in Ranges in C++

  9. Count quadruples from four sorted arrays whose sum is equal to a given value x in C++

  10. Count pieces of the circle after N cuts in C++

  11. Count numbers whose sum with x is equal to XOR with x in C++

  12. Count numbers whose difference with N is equal to XOR with N in C++

  13. Count numbers whose XOR with N is equal to OR with N in C++

  14. Count number of ways to divide a number in parts in C++

  15. Count number of trailing zeros in product of array in C++

  16. Count numbers which can be represented as sum of same parity primes in C++

  17. Count numbers have all 1s together in binary representation in C++

  18. Count triplet pairs (A, B, C) of points in 2-D space that satisfy the given condition in C++

  19. Count ways to reach the nth stair using step 1, 2 or 3 in C++

  20. Count ways to spell a number with repeated digits in C++

Total 5992 -Computer  FirstPage PreviousPage NextPage LastPage CurrentPage:221/300  20-Computer/Page Goto:1 215 216 217 218 219 220 221 222 223 224 225 226 227