加个头文件 #include <stdlib.h>
main函数不规范
#include <stdlib.h>int main(int argc, char* argv){//你的代码return 0;}