Hello,World!
Background
Hello World 中文意思是『你好,世界』。因为《The C Programming Language》中使用它做为第一个演示程序,非常著名,所以后来的程序员在学习编程或进行设备调试时延续了这一习惯。
Description
在屏幕上打印"Hello,World!"(不包含双引号)。
请注意大小写和标点符号,以及标点符号是在中文下的还是英文下的。
Format
Input
无输入
Output
Hello,World!
Data range
本题共一组数据点,无数据范围。
Limitation
1s, 1024KiB for each test case.