mirror of
https://github.com/20kaushik02/leetcode-gulag.git
synced 2025-12-06 10:44:06 +00:00
6 lines
78 B
C++
6 lines
78 B
C++
class Solution
|
|
{
|
|
public:
|
|
int mySqrt(int x);
|
|
bool test(int x, int answer);
|
|
}; |