Python1 Min Read LetuscrackonJune 3, 2025 Flip Horizontally – Matrix Sum Flip Horizontally – Matrix Sum: The program must accept two integer matrices M1 and M2 of size RxC as the…
Python2 Min Read LetuscrackonJune 1, 2025 Submatrix Sum – Integers Start with D Submatrix Sum – Integers Start with D: The program must accept an integer matrix of size R*C and two…
C Java Kickstart Python1 Min Read LetuscrackonMay 22, 2025 Sum of Two to Get Third Integer The program must accept three integers as the input. The program must print yes if any two of the three integers can be added to…
C Java Kickstart Python1 Min Read LetuscrackonMay 13, 2025 Sum – Format Print The program must print the sum of two numbers as per the format given in the Example Input/Output Section. Example Input/Output 1:Input:5 20…
Python1 Min Read LetuscrackonApril 22, 2025 Maximum Sum – Equal Digits Sum Maximum Sum – Equal Digits Sum: The program must accept N integers as the input. The program must print the maximum sum of two…
Python1 Min Read LetuscrackonApril 19, 2025 Reverse Sum Palindrome Reverse Sum Palindrome: The program must accept an integer N as the input. The program must find the sum of N and its reverse. The…
Python1 Min Read LetuscrackonApril 13, 2025 Three Parts – Equal Sum Three Parts – Equal Sum: The program must accept an integer array of size N as the input. The program must…
Python1 Min Read LetuscrackonApril 9, 2025 Sum of Digits – Divisible by K Sum of Digits – Divisible by K: The program must accept two integers N and K as the input. The program must print…
Python1 Min Read 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…
Python1 Min Read 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.…