当前位置:网站首页>1001:Hello,World
1001:Hello,World
2022-06-12 13:23:00 【Xiao Liu wants to be number one】
1001:Hello,World!
The time limit : 1000 ms Memory limit : 65536 KB
Submission number : 244657 Passing number : 115142
【 Title Description 】
Write a program that can output “Hello,World!” The program , This program is often the first program written by a novice in a new programming language , It's also often used for test development 、 Whether the compilation environment can work properly .
Tips :“Hello,World!” There is no space in the middle .
【 Input 】
nothing
【 Output 】
Hello,World!
【 sample input 】
( nothing )
【 sample output 】
Hello,World!
#include<iostream>
using namespace std;
int main()
{
cout << "Hello,World!";
return 0;
}
边栏推荐
- 移动应用出海的“新大陆”
- One line of code to implement shell if else logic
- Online picture material
- Source of routing information
- 看完这一篇就够了,web中文开发
- import torch_ Geometric first graph network example
- Octopus network progress monthly report | may 1-May 31, 2022
- IC chip scheme fs4062b for lithium battery charging with 5V boost to 12.6V
- imagemagick:a gentle introduction to magick++
- JVM runtime parameters
猜你喜欢
Share PDF HD version, series
Installation of pagoda
Structure matérielle du système embarqué - introduction du Conseil de développement embarqué basé sur arm
import torch_geometric 的Data 查看
Tensorrt, onnx to tensorrt in mmclas
Five ways to quickly download large files from Google cloud disk
Innovation training (x) advanced interface beautification
【刷题篇】抽牌获胜的概率
[wechat applet development] Part 1: development tool installation and program configuration
Build an embedded system software development environment - build a cross compilation environment
随机推荐
多源BFS问题 模板(附题)
Application of list and Dict
[cloud native | kubernetes] learn more about ingress
Tensorrt, onnx to tensorrt in mmclas
Openmax (OMX) framework
Automatic Generation of Visual-Textual Presentation Layout
嵌入式系统概述3-嵌入式系统的开发流程和学习基础、方法
达梦数据库DM8 windows环境安装
A brief introduction to Verilog mode
2022 ARTS|Week 23
JVM 运行时参数
Overview of embedded system 3- development process, learning basis and methods of embedded system
Source of routing information
Innovation training (x) advanced interface beautification
[you code, I fix] whitesource was officially renamed mend
在 Debian 10 上独立安装MySQL数据库
创新实训(十一)开发过程中的一些bug汇总
IC chip scheme fs4062b for lithium battery charging with 5V boost to 12.6V
[brush title] probability of winning a draw
Installation of pagoda