+ 1
Perfect numbers between 1 and 10000
Hello i try to write a program that prints perfect numbers between 1 and 10000,please what's wrong with my code oo it's not working https://code.sololearn.com/cad1Qov3wV5M/?ref=app
4 Respostas
+ 2
It's working fine for me. Maybe you're getting a "Time Limit Exceeded" message; try with a smaller range.
+ 2
Because of Time Limit:
https://www.sololearn.com/Discuss/449564/?ref=app
0
It's working if i set the maximum to 1000,but why isn't it working for 10000
0
Thanks so much
Boss