#include //头文件引入 using namespace std; int main(){ cout << "hello world"; return 0; }