I changed the description of the examples. I hope this helps.
Added a note, see if that's clear enough.
I had the same difficulty/confusion. The examples indicate that we are to return the number of divisors followed by an array containing each divisor, but the correct answer only included the number of divisors.
See the sample tests when in doubt.
me..for the first time i laughed in coding after solved in 2 lines..before that i wrote 20 lines code using dict and colletions module..
x2 🤣
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
I changed the description of the examples. I hope this helps.
Added a note, see if that's clear enough.
I had the same difficulty/confusion. The examples indicate that we are to return the number of divisors followed by an array containing each divisor, but the correct answer only included the number of divisors.
See the sample tests when in doubt.
me..for the first time i laughed in coding after solved in 2 lines..before that i wrote 20 lines code using dict and colletions module..
x2 🤣
This comment is hidden because it contains spoiler information about the solution