标签: c++ qt
我尝试编译此代码,但是我收到了错误。我不明白是什么问题。
#include <iostream> using namespace std; int main() { cout << "Hello World" << endl; return 0; }