Accepted
Code
a,b,c=map(int,input().split())
d,e,f=map(int,input().split())
if(b%a>e%d):
print("Alice")
elif(e%d>b%a):
print("Bob")
else:
print("Draw")
Information
- Submit By
- Type
- Submission
- Problem
- P1177 Remainder Game
- Language
- Python 3 (Python 3.12.3)
- Submit At
- 2025-08-31 06:25:14
- Judged At
- 2025-08-31 06:25:14
- Judged By
- Score
- 100
- Total Time
- 37ms
- Peak Memory
- 3.113 MiB