本题很简单,注意审题即可,单词不要拼写错误

#include<iostream>
using namespace std;

int main(){
    cout<<"hello nowcoder"<<endl;
    return 0;
}