제출 코드 프로그래머스 코딩테스트 연습 > 2021 카카오 채용연계형 인턴십 > 숫자 문자열과 영단어 배운점 string int to string : to_string(int c) string to int : stoi(string s) char char to int