#include using namespace std; #define endl "\n" #define llt long long int #define mod 1000000007 int main() { ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0); string str; cin>>str; int t; cin>>t; while(t--) { int l,r; cin>>l>>r; l--; // r--; string ans = ""; for(int i=l;i0) even++; else odd++; } cout<