#include"stdafx.h"#include"iostream.h"using namespace std;main(){ int a; a=1; cout<<a<<endl;}
加上去后,里面显示第二个#include有错,std有错,cout和endl都有错,是怎么回事?