直接输出即可

#include <bits/stdc++.h>
using namespace std;
int main()
{
    cout << "hello nowcoder" << endl;
    return 0;
}