运行C/C++代码 代码 运行代码 标准输入 #include using namespace std; int main() { cout << "hello C++" << endl; return 0; }