Ketek[i] has 1000 users!

ketek[i] has 1000 users! Celebration!!!

Thank you! codechef! Amazing admin work!!! Thank you community!

1 Like

Congratulations.
Another thing to ask, why is my solution for today’s first question giving partially correct- Solution

1 Like

Thank you koulick424!!

When you write 1 2 3 you can make it palindromic by reversing the array and adding to the array itself.

1 2 3
3 2 1

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

1 Like

I think the problem is that you sorted the array first. You cant change the ordering of the elements!

1 Like