Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
SubprogramModificat
#include <iostream> using namespace std; void f(int n) { if(n!=0) { f(n/2); cout<<n%2; } } int main() { int n,k=0,i; cin>>n; f(n); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
pure virtual function with non-fixed number of parameters
Assigment operator (easy)
Segment Tree
mytemp
abbinsertbool
Newspaper
HeapSort
Zadanie Kolokwium_2011_z4
Constructor.cpp
Finding Ocean
Please log in to post a comment.