that's because the main function is usually declared as *int* main(), so as long as you're returning an integer it won't be a problem.
这是因为 main 函数通常被声明为 int main(),所以只要返回一个整数就不会出现问题。