diff --git a/zeta_python/completed/10895.py b/zeta_python/completed/10895.py new file mode 100644 index 0000000..e3a464c --- /dev/null +++ b/zeta_python/completed/10895.py @@ -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)))