Advanced Coding TopicsNo. of QuestionsDIFFICULTYIMPORTANCE Arithmetic Elementary Systematics 2-3 High High Data Interpretation 3-4 Medium Medium Permutations and Combinations 0-1 High Medium Number System and HCF & LCM 2-3 Medium High Percentages 0 or 1 Medium High Allegations and Mixtures 0-1 High...
TCS CodeVita:TCS Codevita is one of the largest coding competitions organised by TCS for the engineering students of India who will finish their academic courses in 2024, 2025,2026, and 2027. It is a 24-hour-long online coding competition consisting of 3 rounds. The students can participate i...
Problem 18 Gourav num1,num2=map(int,input().split()) n=[] num=num1+num2 while(num!=0): n.append(num%2) num=num//2 print(*n[::-1],sep=”) Log in to Reply