标签:using ++ mon bsp 英文 namespace ret 商业 ace
DTOJ 2700:hello world 解题报告
输出hello world
hello world
hello world
利用标准输出字符串“hello world”。
hello world单词需拼写正确,注意字符为英文小写半角
1 #include <iostream> 2 using namespace std; 3 4 int main() 5 { 6 cout<<"hello world"; 7 return 0; 8 }
本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可。
——翱翔的逗比w
标签:using ++ mon bsp 英文 namespace ret 商业 ace
原文地址:http://www.cnblogs.com/axdoub/p/7794887.html