#include<bits/stdc++.h>//万能头文件
using namespace std;
int main()
{
cout<<"hello nowcoder";//输出hello nowcoder
return 0;
}
在牛客迈出的第一步
#include<bits/stdc++.h>//万能头文件
using namespace std;
int main()
{
cout<<"hello nowcoder";//输出hello nowcoder
return 0;
}