Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Count squares
class Solution { public: int countSquares(int N) { // code here int c=0; for(int i=1;i*i<N;i++) { c++; } return c; } };
run
|
edit
|
history
|
help
0
inheritance
subset sum=k(dp)
runtime template mode processor
const test
mergesort tree
queueArray
Test 9(2021)
kroliki
LRU - Set Sol
Hashing