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