#include using namespace std; int main() { string s; cin>>s; int len=s.size(); int i; int q; cin>>q; while(q--) { int l,r; cin>>l>>r; cout<<"2"<