Welcome TSRS students to the CodeChef Discussion forum

Hello all,

We have created this discussion group for doubt solving or keeping you posted with the assignments. To ask question, you need to login to your CodeChef account.

If you are unable to ask a question or have any queries, feel free to contact me via email at [email protected] or message me on Flock (tsrs.flock.co).

Thanks and regards,

Pallavi

Team CodeChef

1 Like

13200716
I wrote a program for the perfect numbers problem which works by basically checking whether the number is equal to the 4 possible perfect numbers which are 6,28,8128 and 496 which works with all the examples I have tested it with but when I submit it tells me that its wrong.