#include<iostream> using namespace std; int main() { cout<<"Hello,world! I am coming"<<endl; //endl是换行,等同于prinyf中的换行符\n }