Package g0501_0600.s0507_perfect_number
Class Solution
- java.lang.Object
-
- g0501_0600.s0507_perfect_number.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkPerfectNumber(int num)
-