#include using namespace std; int main() { int i; for (i = 1; i < 20; i++) cout << "a"; cout << endl; cout << i << endl; return 0; }