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