十分简单 以下是c++代码 #include<bits/stdc++.h> using namespace std; int main() { cout<<"hello nowcoder"<<endl; return 0; }