Chocolate Division
This commit is contained in:
3
chocolatedivision.py
Normal file
3
chocolatedivision.py
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
r, c = map(int, input().split())
|
||||||
|
b = c - 1 + (r - 1) * c
|
||||||
|
print("Beata" if b % 2 == 0 else "Alf")
|
||||||
Reference in New Issue
Block a user