IO-00. Hello World! (5)

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

输入格式:

本题目没有输入。

输出格式:

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

1 #include <iostream>
2 using namespace std;
3 int main()
4 {
5   cout<<"Hello World!"<<endl;
6   return 0;
7 }  

评测结果

时间结果得分题目语言用时(ms)内存(kB)用户
12月16日 22:02 答案正确 5 IO-00 C++ (g++ 4.7.2) 1 364 liyuhui

测试点

测试点结果用时(ms)内存(kB)得分/满分
0 答案正确 1 364 5/5

 

posted @ 2014-12-16 22:09  behappylee  阅读(261)  评论(0编辑  收藏  举报