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

【DTOJ】2700:hello world

时间:2017-11-06 21:28:59      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:using   ++   mon   bsp   英文   namespace   ret   商业   ace   

DTOJ 2700:hello world  解题报告

  • 2017.11.06 第一版  ——由翱翔的逗比w原创

 

题目信息:

题目描述

输出hello world

输出

hello world

样例输出

hello world

思路:

利用标准输出字符串“hello world”。

注意:

hello world单词需拼写正确,注意字符为英文小写半角

我的代码(C++):

1 #include <iostream>
2 using namespace std;
3 
4 int main()
5 {
6     cout<<"hello world";
7     return 0;
8 }

 

技术分享
本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可。

  ——翱翔的逗比w

【DTOJ】2700:hello world

标签:using   ++   mon   bsp   英文   namespace   ret   商业   ace   

原文地址:http://www.cnblogs.com/axdoub/p/7794887.html

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