An error occurs when using the integer upper and lower bounds of C + +
error: ‘INT_ MAX’ was not declared in this scope
Solution:
Constant int_ Max and int_ Min is defined in the header file limits
So add header file · #include <climits>
An error occurs when using the integer upper and lower bounds of C + +
error: ‘INT_ MAX’ was not declared in this scope
Solution:
Constant int_ Max and int_ Min is defined in the header file limits
So add header file · #include <climits>