Published
- 1 min read
infinity c++
The solution for this is noted below
infinity c++
Solution
#include <limits>
// ...
int a = std::numeric_limits<int>::max();
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
#include <limits>
// ...
int a = std::numeric_limits<int>::max();
Try other methods by searching on the site. That is if this doesn’t work