Run Code
|
API
|
Code Wall
|
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
შუალედური მეოთხე საკითხი.Mobile tariff "Cents"
ONP
Rotate90
TupleCPP
Stock buy/sell, maximum subarray problem
substr
C++
Codigo Luz Led
Exploring the Transform Function and Operator Classes
1