INT_MAX

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/cd651/article/details/80114357
#include<iostream>
using namespace std;
int main()
{
    cout<<INT_MAX;
} 

猜你喜欢

转载自blog.csdn.net/cd651/article/details/80114357
max