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
cpp ex 3 - solution
IAR compiler bug test code
Einstein's Physics
3
Zadanie Kolokwium 2013: Trójkąty i trójkąty
День Программиста
Updated Linked Lists - 5/10/2017 V4.0
Policy based smart pointer
Good morning
test yield