Python1 Min Read LetuscrackonJune 7, 2024 Integer – Count of Pairs The program must an integer N as the input. The program must print the count C of pairs of positive integers X and Y so that the sum of X and…
Python1 Min Read LetuscrackonJune 6, 2024 Binary Prefix Count – Divisible by X Binary Prefix Count – Divisible by X: The program must accept two integers N and X as the input. The program must…
Python1 Min Read LetuscrackonJune 6, 2024 Split String – Equal Unique Count Split String – Equal Unique Count: The program must accept a string S as the input. The program must print the number of ways…
Python2 Min Read LetuscrackonJune 6, 2024 Colorful Flowers Count Colorful Flowers Count: In a garden, there are N flower plants in a row. There are three types of plants which are given below.Type…
Python1 Min Read LetuscrackonJune 5, 2024 Count of Triplets – Decreasing Order Count of Triplets – Decreasing Order: The program must accept N integers as the input. The program must print the count of…
Python1 Min Read LetuscrackonJune 5, 2024 Integer – Max Factor Count Integer – Max Factor Count: The program must accept N integers as the input. The program must print the integer having the…