restructure zeta/** to storage/zeta/**
This commit is contained in:
5
storage/zeta/py/completed/11966.py
Normal file
5
storage/zeta/py/completed/11966.py
Normal file
@@ -0,0 +1,5 @@
|
||||
d=1;n=int(input())
|
||||
while n>=d:
|
||||
if(n==d):print(1);break
|
||||
d*=2
|
||||
else:print(0)
|
||||
Reference in New Issue
Block a user