#include <iostream>

int main()
{
    // please also print a nice welcome message in addition to the hello world
    
    cout << "hello world"
}