代码:
#include <iostream>
void main(){ cout<<5<<endl;}
错误:
已经包含iostream了为什么有这个错误?
要加命名空间声明。
using namespace std;