return 0结束和使用EXIT_SUCCESS
    #define EXIT_SUCCESS 0
    在 main 函数中,return (0)、exit(EXIT_SUCCESS) 和 exit(0) 基本上 是等价的。