https://ide.codingblocks.com/s/50856
https://hack.codingblocks.com/contests/c/473/1291
please check whats wrong in my code i’m not able to figure out!!
https://ide.codingblocks.com/s/50856
https://hack.codingblocks.com/contests/c/473/1291
please check whats wrong in my code i’m not able to figure out!!
Hey Kushagra, you just haven’t handle the case when
input:
1
4
900 9 100 300
your code’s output :
9009300100
but the expected output is :
9900300100
Hi Kushagra, your code is not giving the correct answer even for the sample test case.
Your answer: 6054548546
Expected answer: 6054854654