알고리즘/C++
https://www.geeksforgeeks.org/int_max-int_min-cc-applications/
INT_MAX and INT_MIN in C/C++ and Applications - GeeksforGeeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
www.geeksforgeeks.org
https://siku314.tistory.com/60
[C] C와 C++ Integer의 MIN, MAX
# 헤더 C의 에 정의되어 있습니다. C++의 에 가 포함되어 있습니다. 으로도 사용할 수 있습니다. # 정수 상수 리스트 상수 설명 값 CHAR_BIT 비트 필드가 없는 가장 작은 변수의 비트 수 8 SCHAR_MIN signed
siku314.tistory.com