a=input().rstrip().split() b=input().rstrip().split() c=[] d=[] l=0 k=0 for i in a: c.append(int(i)) for i in b: …
Read moreString S is passed as the input to the program. S may or may not have a single underscore embedded in it. The program m…
Read morea=input() b=[] for i in a: b.append(i) b=list(set(b)) b.sort() b.reverse() for i in b: print(i,end='')
Read morevoid negException :: error_Msg() const { cout<<"Negative Marks Not Allowed"; } void moreException :…
Read morevoid mismatchDimension :: error_Msg() const { cout<<"Dimension of matrices do not match\n"; } templ…
Read more#include< string.h > template < class T, class S > int count(T *data,int size,S search) { int count=0; …
Read more
Social Profiles