Given a non-negative integer c, your task is to decide whether there're two integers a and b such that a2 + b2 = c.
执行用时 :8 ms, 在所有 C++ 提交中击败了56.27%的用户 内存消耗 :8.1 MB, 在所有 C++ 提交中击败了76.25%的用户