题解 | #你好,牛客#
你好,牛客
https://ac.nowcoder.com/acm/problem/21984
#include<bits/stdc++.h>//万能头文件
using namespace std;
int main()
{
cout<<"hello nowcoder";//输出hello nowcoder
return 0;
}
你好,牛客
https://ac.nowcoder.com/acm/problem/21984
#include<bits/stdc++.h>//万能头文件
using namespace std;
int main()
{
cout<<"hello nowcoder";//输出hello nowcoder
return 0;
}
相关推荐