LeetCode Question · Sep 2024

Sum of Square number

23 views

Question Details

\'\'\' class Solution { public: bool isperfectsquare(int n){ int root = sqrt(n); if(rootroot==n) return true; else return false; } bool judgeSquareSum(int c) { int x = 0; int y= c; while(x<=y){ ...

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

General Experience