谁会用lcc win32呀编译完,ctrl+F5 显示return code -1 #include<stdio.h>int main(){printf("hello word!\n");}[解决办法]你的main函数没有return,返回值是未定义的[解决办法]