第一题
你好,牛客
https://ac.nowcoder.com/acm/problem/21984
十分简单
以下是c++代码
#include<bits/stdc++.h>
using namespace std;
int main()
{
cout<<"hello nowcoder"<<endl;
return 0;
}你好,牛客
https://ac.nowcoder.com/acm/problem/21984
十分简单
以下是c++代码
#include<bits/stdc++.h>
using namespace std;
int main()
{
cout<<"hello nowcoder"<<endl;
return 0;
}相关推荐