Python1 Min Read LetuscrackonAugust 3, 2025 Increment/Decrement – Find Sum The program must accept N string values representing N integers as the input. Each integer may or may not have…
Python1 Min Read LetuscrackonJuly 31, 2025 Sum – Remove Last Occurring Zero The program must accept N integers as the input. For each integer X among the N integers, the program must remove the last…
Python1 Min Read LetuscrackonJuly 15, 2025 Sum – Integers having at least one D The program must accept N integers and a digit D as the input. The program must print the sum S of integers…
Python1 Min Read LetuscrackonJuly 11, 2025 Sum of Digits – Largest Integer The program must accept N integers as the input. The program must print the sum of the digits of the largest integer among the N…
Python2 Min Read LetuscrackonJuly 9, 2025 Update & Sum Queries – IntegerList Update & Sum Queries – IntegerList: The program must accept a list of integers and Q queries as the input. For…
Python2 Min Read LetuscrackonJune 24, 2025 Alphabet Matrix – Minimum Sum Path Alphabet Matrix – Minimum Sum Path: The program must accept a matrix of size R*C containing only alphabets as the input. Each…
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…