#define _CRT_SECURE_NO_WARNINGS #include //编译预处理命令 using namespace std; //使用命名空间 PLAINTEXT 复制1234567int main(){ cout << "Hello word" << endl ; //不换行 cout << "HELLO WORD " ; int a; cin << a; }