int main
额,你看下信息不就好了,main must return 'int' :main()函数必须返回为int类型的,一般这样写 int main(){return 0;}
你这个编译器只支持int main,不支持double main这种写法