H,W,K=map(int,input().split())
if W%2==1:
    print('Alice')
else:
    print('Draw')