title | toc | date | tags | top | ||
---|---|---|---|---|---|---|
633. Sum of Square Numbers |
false |
2017-10-30 |
|
633 |
Given a non-negative integer
Example 1:
Input: 5
Output: True
Explanation: 1 * 1 + 2 * 2 = 5
Example 2:
Input: 3
Output: False
title | toc | date | tags | top | ||
---|---|---|---|---|---|---|
633. Sum of Square Numbers |
false |
2017-10-30 |
|
633 |
Given a non-negative integer
Example 1:
Input: 5
Output: True
Explanation: 1 * 1 + 2 * 2 = 5
Example 2:
Input: 3
Output: False