考考大家对于csp-j初赛的知识
  • 板块灌水区
  • 楼主happy_today
  • 当前回复3
  • 已保存回复3
  • 发布时间2025/1/16 21:19
  • 上次更新2025/1/16 21:21:53
查看原帖
考考大家对于csp-j初赛的知识
1428467
happy_today楼主2025/1/16 21:19
#include<bits/stdc++.h>
using namespace std;
int main()
{
	int n = 2147483647;
	cout << n ++ << endl << n << endl;
	return 0;
}

请问,以上代码会输出什么呢?

2025/1/16 21:19
加载中...