+ 1
CHALLENGE: AMICABLE NUMBER
amicale numbers are two different numbers so related that the sum of the proper divisor of each is equal to the other number Ex 220 and 284 make a programm that list all the amicable numbers lower than a billion
4 ответов
+ 5
https://code.sololearn.com/c6Sgb7FyDMdC/?ref=app
+ 3
Similar to challenge by @Luca
Friendly numbers
Here's mine
https://code.sololearn.com/ci7i6EjNjZ7o/?ref=app
0
https://code.sololearn.com/c7JanWTaQtoW/?ref=app