我输入的程序是: #include<iostream> using namespace std; int main() { cout << "HELLO,WORLD!"
我输入的程序是: #include<iostream> using namespace std; int main() { cout << "HELLO,WORLD!"
日期:2012-08-23 22:58:20 人气:1
没结束的分号,只输了一个括号。
这么写试试
#include
using namespace std;
int main()
{
cout << "HELLO,WORLD!";
}