+ 9
Assuming the number in question is x, any integer number in the range of 2 to the square root of x may NOT be a divisor of x.
+ 6
I have a Python code for that :)
https://code.sololearn.com/cCG0NiHxo8l3/?ref=app
+ 1
This is the code I wrote using the condition already suggested by Kuba, I used only prime numbers as divisor of x, because if a number is divided by a non-prime number P, is also divided by the prime numbers that divide P
https://code.sololearn.com/cn1cz2EdhtBP/?ref=app
+ 1
Give me the c# or ruby code
0
I don't know c# and ruby jet