#include<bits/stdc++.h> using namespace std; int main() { int n = 2147483647; cout << n ++ << endl << n << endl; return 0; }
请问,以上代码会输出什么呢?