📜  我在 int main() 函数 c++ 代码示例中返回什么

📅  最后修改于: 2022-03-11 14:44:55.989000             🧑  作者: Mango

代码示例1
int main() {
  return 1;
}