#include <iostream>

#define TEXT "ololo" // comment

using namespace std;

int main() {

	cout << TEXT << endl;

	return 0;
}