#include<iostream> using namespace std; int main() { cout<<hello world; }
hello world 两边要加引号
cout<<"hello world"<<endl;
没加引号