Python LetuscrackonApril 2, 2025 Fill Water Tanks – Rain Fill Water Tanks – Rain: There are N water tanks arranged in a row. The maximum capacity of each water tank is passed as…
Python LetuscrackonApril 2, 2025 Maximum Sum Submatrix Maximum Sum Submatrix: The program must accept an integer matrix of size RxC and an integer K as the input. The program…
Python LetuscrackonApril 1, 2025 Sum Greater than 50 Sum Greater than 50: Given two integers A and B as input, the program must print YES if the sum of A and B is greater than 50.…
Python LetuscrackonApril 1, 2025 Check if 2 or 3 Digit Number Check if 2 or 3 Digit Number: Given an integer N as input, the program must print YES if the given integer N is a two digit or a…
Python LetuscrackonMarch 31, 2025 Four Digit Integers Divisible Four Digit Integers Divisible: The program must accept a string S containing only digits and an integer K as the input.…
Python LetuscrackonMarch 31, 2025 Square Pattern Printing For N Square Pattern Printing For N: Given N, print the pattern as described in the Example Input/Output. Input Format:The first line will contain…
Python LetuscrackonMarch 30, 2025 Identical Toys Distribution Identical Toys Distribution: Given the number of T identical toys, find the number of ways W to distribute them among N children. Input…
Python LetuscrackonMarch 30, 2025 Print till First Non-Alphabet Print till First Non-Alphabet: The program must print the given input String S till the first non alphabet character in the input String…
Python LetuscrackonMarch 29, 2025 Shift Right A Shift Right A: The program must accept a character matrix of size RxC containing only A‘s and B‘s as the…
Python LetuscrackonMarch 29, 2025 Longest String – Vertically/Horizontally Longest String – Vertically/Horizontally: The program must accept a character matrix of size RxC and the position of a…