Wrong Answer
Code
a,b,c=map(int,input().split())
d,e,f=map(int,input().split())
if(a%b>d%e):
print("Alice")
elif(d%e>a%b):
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:24:12
- Judged At
- 2025-08-31 06:24:12
- Judged By
- Score
- 20
- Total Time
- 14ms
- Peak Memory
- 3.105 MiB