Submission #1610105


Source Code Expand

a,b = list(int(i) for i in input().split())
if a == 1:
    a = 14
if b == 1:
    b = 14
if a==b:
    print("Draw")
else:
    print("Alice" if a>b else "Bob")

Submission Info

Submission Time
Task A - HonestOrDishonest
User yk16
Language Python (3.4.3)
Score 0
Code Size 165 Byte
Status RE
Exec Time 17 ms
Memory 3056 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 100
Status
RE × 3
RE × 4
Set Name Test Cases
Sample 0_000.txt, 0_001.txt, 0_002.txt
All 0_000.txt, 0_001.txt, 0_002.txt, 1_003.txt
Case Name Status Exec Time Memory
0_000.txt RE 17 ms 2940 KB
0_001.txt RE 17 ms 3056 KB
0_002.txt RE 17 ms 2940 KB
1_003.txt RE 17 ms 3056 KB