为什么main函数必须返回0?

时间:2019-11-22 09:32:07

标签: c++

为什么main函数必须返回0或其他?

#include <iostream>

int main()
{

   return 0;
}

0 个答案:

没有答案