![]() |
#2
shenyulv2009-12-22 23:58
|
就是这个程序
#include<iostream>
#include<string>
using namespace std;
int main(){
string s;
s="c++ is great fun"+'\n';
cout<<s<<endl;
return 0;
}
运行结果 却是 at fun
哪位高手解释下?