RT
datamaker 可以卡掉暴力
#include<bits/stdc++.h>
using namespace std;
signed main(){
freopen("hack.in","w",stdout);
ios::sync_with_stdio(0);
cin.tie(0),cout.tie(0);
int q=150000;
int n=50000;
for (int i=1;i<=n;i++) cout<<'a';
cout<<"\n";
cout<<q<<"\n";
while (q>1){
cout<<"I "<<(n++,n>>1)<<" "<<"a\n";
q--;
cout<<"Q "<<1<<" "<<2<<"\n";
}
if (q) cout<<"Q 1 "<<(n>>1)<<"\n";
}