Run Code
|
API
|
Code Wall
|
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
My Window
#22.2
Time Zone Registry
seh exception in constructor memory leak
xyz1_1 programm
Overload
Get parameter type
MSVC alias template
timeConversion
3 sayinin toplami