码迷,mamicode.com
首页 > 其他好文 > 详细

IO00

时间:2014-09-25 18:28:07      阅读:598      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   ar   strong   sp   div   on   

IO-00. Hello World! (5)

时间限制
100 ms
内存限制
32000 kB
代码长度限制
8000 B
判题程序
Standard

本题要求编写程序,输出一个短句“Hello World!”。

输入格式:

本题目没有输入。

输出格式:

在一行中输出短句“Hello World!”。

1 public class Main{
2     public static void main(String args[]) {
3     System.out.print("Hello World");
4     }
5 }

出现的错误:PAT要求类名必须为Main,提交时才不会出错,否则会跳出错误:The public type IO00 must be defined in its own file。

IO00

标签:style   blog   color   io   ar   strong   sp   div   on   

原文地址:http://www.cnblogs.com/liyuhui20093357/p/3993224.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!