ketek[i] has 1000 users! Celebration!!!
Thank you! codechef! Amazing admin work!!! Thank you community!
ketek[i] has 1000 users! Celebration!!!
Thank you! codechef! Amazing admin work!!! Thank you community!
Congratulations.
Another thing to ask, why is my solution for today’s first question giving partially correct- Solution
Thank you koulick424!!
When you write 1 2 3 you can make it palindromic by reversing the array and adding to the array itself.
4 4 4
So you need to print the reverse of the array.
Yup I did the same, just printed the reverse of the array. But still it gives me 60/100
I think the problem is that you sorted the array first. You cant change the ordering of the elements!