mirror of
https://github.com/m1ngsama/code4sk.git
synced 2025-12-24 10:51:22 +00:00
Update HelloWorld.cpp
This commit is contained in:
parent
ac8678f08c
commit
3dde5e6860
1 changed files with 22 additions and 0 deletions
|
|
@ -1,3 +1,25 @@
|
||||||
|
/*
|
||||||
|
7-1 Hello World!
|
||||||
|
分数 20
|
||||||
|
作者 C课程组
|
||||||
|
单位 浙江大学
|
||||||
|
本题要求编写程序,输出一个短句“Hello World!”。
|
||||||
|
|
||||||
|
输入格式:
|
||||||
|
本题目没有输入。
|
||||||
|
|
||||||
|
输出格式:
|
||||||
|
在一行中输出短句“Hello World!”。
|
||||||
|
|
||||||
|
代码长度限制
|
||||||
|
16 KB
|
||||||
|
时间限制
|
||||||
|
400 ms
|
||||||
|
内存限制
|
||||||
|
64 MB
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include<stdio.h>
|
#include<stdio.h>
|
||||||
#include<stdlib.h>
|
#include<stdlib.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue