[Linker error] undefined reference to `WinMain@16' 怎么办#include using namespace std;int mian(){int a[2][3];int b[3][2],i,j;cout

来源:学生作业帮助网 编辑:作业帮 时间:2024/10/04 17:46:33
[Linker error] undefined reference to `WinMain@16' 怎么办#include using namespace std;int mian(){int a[2][3];int b[3][2],i,j;cout
x)N-RH-*/U(KIMKMQ(JMK-JKNU(WHMs04SWxdgӮyʙy9) řy y@%)֙y% y fbQlq,X8 ru2uKKl)rk

[Linker error] undefined reference to `WinMain@16' 怎么办#include using namespace std;int mian(){int a[2][3];int b[3][2],i,j;cout
[Linker error] undefined reference to `WinMain@16' 怎么办
#include
using namespace std;
int mian()
{
int a[2][3];
int b[3][2],i,j;
cout

[Linker error] undefined reference to `WinMain@16' 怎么办#include using namespace std;int mian(){int a[2][3];int b[3][2],i,j;cout

int mian()
修改为
int main()