C++
C++ 숫자 자리 수 쉽게 구하기
DingCoDing
2022. 4. 1. 16:32
반응형
include <cmath>
(int)(log10(구하고 싶은 수)+1)
반응형