#include <iostream>
using namespace std;

int main() {
	char lotsofchars[10] = "123456789";
	cout<< lotsofchars;
}