#include<iostream>
using namespace std;

for(int i=0;i<10;i++) {
    cout << "hello world" << endl;
}