新建空项目 新建cpp文件 #include <iostream> using namespace std; int main() { cout << "hello vs" << endl; cout << "hello c++" << "\n"; cout << "hello first day\n"; }