/ SeriousOJ /

Record Detail

Wrong Answer


  
# Status Time Cost Memory Cost
#1 Wrong Answer 14ms 3.02 MiB
#2 Accepted 14ms 2.988 MiB
#3 Accepted 14ms 3.105 MiB
#4 Accepted 14ms 3.09 MiB
#5 Accepted 14ms 3.004 MiB
#6 Wrong Answer 14ms 3.02 MiB

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