#include using namespace std; int main() { for (int i = 0; i < 10000000; i ++) { putchar('a'); } return 0; }