main方法的参数有问题应该是第二个参数char*argv有错 应该是main(int argc,char* argv【】)
好像是方法不匹配,是不是参数类型不对
主要是方法不匹配,但main函数参数问题很明显...