6 lines
39 B
Text
6 lines
39 B
Text
|
|
n=1024;
|
||
|
|
while(n,
|
||
|
|
print(n);
|
||
|
|
n/=2
|
||
|
|
);
|