complete 10895.py
This commit is contained in:
2
zeta_python/completed/10895.py
Normal file
2
zeta_python/completed/10895.py
Normal file
@@ -0,0 +1,2 @@
|
||||
a, k = map(int, input().split())
|
||||
print(1 if a == 1 else (a if k == 0 else (a if a % 2 else 1)))
|
||||
Reference in New Issue
Block a user