Square Number Check
A perfect square is a number you can get by multiplying an integer by itself. The function is_perfect_square receives a non-negative integer n and returns True if it is a perfect square, otherwise False. For example, 16 qualifies because it is 4 * 4.
Примеры
Ввод
16Вывод
TrueВвод
15Вывод
FalseВвод
0Вывод
TrueНужно реализовать
def is_perfect_square(n: int) -> bool:
Теги
mathbinary-search
Connectez-vous pour voir l'historique des soumissions
Se connecterConnectez-vous pour utiliser le Mentor IA
Se connecterTests12
Visible tests
Test caché 7
Test caché 8
Test caché 9
Test caché 10
Test caché 11
Test caché 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