#include<bits/stdc++.h> #define ac return 0 using namespace std; signed main(){ ios_base::sync_with_stdio(false);cin.tie(nullptr);cout.tie(nullptr); while(1){ cout<<"sB\n"; } ac; }