#include using namespace std; int main(){ int a,b; cin >>a>>b; a=(a-b+3)%3; switch(a){ case 0: cout<<"Drew"<