首页
比赛
题库
课程
竞赛讨论区
登录
/
注册
去牛客
首页
>
你好,牛客
14条解析
开通博客写题解
张田懿
发表于 2020-12-08 10:31:37
很简单#include<bits/stdc++.h>using namespace std;int main(){ cout<<"hello nowcoder"; return 0;}
金龙月轩寰语唐舞麟
发表于 2020-12-08 10:26:02
十分简单 以下是c++代码 #include<bits/stdc++.h> using namespace std; int main() { cout<<"hello nowcoder"<<endl; return 0; }
刘昊2020
发表于 2019-10-05 19:57:41
//楼上的太麻烦了吧~~#include<stdio.h>int main(){ printf("hello nowcoder\n");}
牛客517072235号
发表于 2020-04-18 16:52:36
#include<iostream> using namespace std; int main() { cout<<"hello nowcoder"<<endl; return 0; } error: 'cout' was not declar
展开全文
JessonandJenny
发表于 2020-09-25 17:44:52
include<bits/stdc++.h> using namespace std; int main(){ cout << "hello nowcoder"; return 0;}
雒凯璇
发表于 2023-10-19 17:28:51
本题很简单,注意审题即可,单词不要拼写错误 #include<iostream> using namespace std; int main(){ cout<<"hello nowcoder"<<endl; return 0; }
追求只为你
发表于 2019-09-13 09:36:38
直接输出即可 #include <bits/stdc++.h> using namespace std; int main() { cout << "hello nowcoder" << endl; return 0; }
lihaoyu68
发表于 2025-01-10 20:45:47
注:本题解只提供C/C++题解(C讲解) 题目链接 C/C++中有一个封装函数 printf(),作用是输出其中的内容。 printf() 输出字符串格式为: c++ c printf(字符串); printf(字符串); printf() 调用头文件: c++ c
展开全文
陈柯蒙
发表于 2020-06-06 20:57:20
秀的一批 include include using namespace std;char Nowcoder[20]={'h','e','l','l','o',' ','n','o','w','c','o','d','e','r'};int main(){ const int n=20;
展开全文
江杰
发表于 2019-11-16 12:10:45
include<bits/stdc++.h> using namespace std;int main(){ cout<<"hello nowcoder"<<endl;或者printf("hello nowcoder\n"); return 0;}
查看本题
查看本题讨论
相关比赛
17604-test
进入比赛
18201-2021暑假准大一生编程练习1
进入比赛
18210-寰宇测试1
进入比赛
18212-2021暑假准大一生编程练习一
进入比赛
18656-21届FPA暑期练习
进入比赛
等你来战
查看全部
2025牛客五一集训派对day1
报名截止时间:2025-05-01 17:00
2025牛客五一集训派对day2
报名截止时间:2025-05-02 17:00
2025牛客五一集训派对day3
报名截止时间:2025-05-03 17:00
2025牛客五一集训派对day4
报名截止时间:2025-05-04 17:00
2025牛客五一集训派对day5
报名截止时间:2025-05-05 17:00
牛客练习赛138
报名截止时间:2025-05-09 21:30
牛客周赛 Round 92
报名截止时间:2025-05-11 21:00
哈尔滨华德学院第十六届程序设计竞赛(同步赛)
报名截止时间:2025-05-13 20:30
牛客小白月赛116
报名截止时间:2025-05-16 21:00
牛客AI人机大战巅峰赛1
报名截止时间:2025-05-17 17:00
2025牛客暑期多校训练营1
报名截止时间:2025-07-15 17:00
扫描二维码,关注牛客
意见反馈
下载牛客APP,随时随地刷题