#include<iostream> using namespace std; int mian(){ return 0; }
语法没问题,感觉编译环境没配置好,或者项目建的类型不对
main写成mian了...