关于 CSP-S 中主函数返回值的问题
  • 板块学术版
  • 楼主MusicBox
  • 当前回复5
  • 已保存回复5
  • 发布时间2022/10/27 07:43
  • 上次更新2023/10/27 05:41:24
查看原帖
关于 CSP-S 中主函数返回值的问题
438544
MusicBox楼主2022/10/27 07:43

RT,请问

signed main(){

	return 0;
}

是否返回值仍然为 00int\operatorname{int} 类型的),还是一定要

int main(){

	return 0;
}

这样写返回值才为 int\operatorname{int} 类型的 00

2022/10/27 07:43
加载中...