#include using namespace std; int main() { cout << "hello1" << endl; system("pause"); return 0; } //正常输出 hello world