#include using namespace std; using Int=long long; using Real=long double; templateinline bool chmin(T&A,S B){if(A>B){A=B;return true;}else{return false;}} templateinline bool chmax(T&A,S B){if(A>A>>B>>C>>D; string ans; if(A^C)ans=A>C?"null":"tRue"; else if(B^D)ans=(B+1)%3==D?"null":"tRue"; else ans="Draw"; cout<>T; while(T--)sol(); }