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
PostgreSQLv16

Itt jelenik meg a kód futtatásának eredménye

Tests12
Visible tests
Rejtett teszt 7
Rejtett teszt 8
Rejtett teszt 9
Rejtett teszt 10
Rejtett teszt 11
Rejtett teszt 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