Form Biggest number

getting TLE

how to resolve ?

@souravraj024
if one[i] = two[i] your code will go into an infinite loop.


I have fixed that.