Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
problem_binary_4
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x#include<iostream> //code compile on visual studio 2013 void func(int number) { int a; if (number <= 1) { cout << number; return; } a = number % 2; func(number >> 1); cout << a; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Iterate_Variac_Template
std::function ambiguity vc++
PTaHHHa
multiply linked list numbers
Kare-Küp Tablosu
#21
Hangman
calling convention is part of type(?)
Fibonacci stairs
assignment
Please log in to post a comment.