const int MAX_VALUE = 999999; 라고 선언하면 최소값은 1이자나

근데 단순히 string에 1이라고 넣는게아니라


string MIN_VALUE = "000001" 로 넣고싶음


const int MAX_VALUE = 99999999; 라고 선언하면


string MIN_VALUE = "00000001" 로 넣고싶다.


무슨 함수를써야 숫자 글자수만큼 string에 0 붙여서 넣을수있냐


for문써서 0붙이고 마지막에 1만 붙이긴 좀 그래서