Exact Square
A perfect square is a number you can get by multiplying an integer by itself. For example, 16 works because it is 4 * 4. Given a non-negative integer num, return True if it is a perfect square. Otherwise, return False.
Примеры
Ввод
9Вывод
TrueВвод
16Вывод
TrueВвод
1Вывод
TrueНужно реализовать
def perfect_square(num: int) -> bool:
Теги
mathbinary-search
Pieslēdzies, lai redzētu iesniegumu vēsturi
PieslēgtiesPieslēdzies, lai izmantotu AI mentoru
PieslēgtiesTests12
Visible tests
Slēptais tests 7
Slēptais tests 8
Slēptais tests 9
Slēptais tests 10
Slēptais tests 11
Slēptais tests 12
They run when you press "Submit" — your whole solution is checked against them so you can't hard-code answers for the visible cases.
Focus radio
Paused · SomaFM · Fluid