#include using namespace std; int main(){ string S = ""; for(int i = 0; i < 100000000; i++) S += "S"; cout << S << "\n"; }