#include using namespace std; int T; long L,R; main() { cin>>T; for(;T--;) { cin>>L>>R; if((L+R)%2==1) { cout<<((L+R)/2-L+2)/2%2<