class Solution { public: int mySqrt(int x); bool test(int x, int answer); };