搜索
编程论坛
→
开发语言
→
C++论坛
→
『 C++教室 』
→ 这跟标准c++有什么区别?求分析。
标题:
这跟标准c++有什么区别?求分析。
只看楼主
滑稽
等 级:
新手上路
帖 子:2
专家分:0
注 册:2016-10-28
结帖率:
0
楼主
已结贴
√
问题点数:20 回复次数:1
这跟标准c++有什么区别?求分析。
#include<iostream>
#include<string>
using namespace std;
int main()
{
string greeting="hello world";
cout<<greeting<<endl;
cout<<“滑稽”\n;
return 0
}
搜索更多相关主题的帖子:
world
hello
include
2016-10-28 22:45
炎天
来 自:桃花岛
等 级:
贵宾
威 望:
29
帖 子:1218
专家分:4986
注 册:2016-9-15
第
2
楼
得分:20
没看懂你得问题,
不过修改了你得代码
#include<iostream>
#include<string>
using namespace std;
int main()
{
string greeting="hello world";
cout<<greeting<<endl;
cout<<"滑稽"<<'\n';
return 0;
}
早知做人那么辛苦! 当初不应该下凡
2016-10-28 22:57
2
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-470400-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.352189 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved