你这程序没问题,应该是你编译器的问题
#includeusing namespace std;//使用名称空间。void main(){ cout<<"Hello World"<}不使用名称空间就要std::cout 有无空格无影响。
在Cout前加std::