목차 func solution(num int, n int) int { if num % n == 0 { return 1 }else { return 0 } } 공유하기 게시글 관리 맹석의 IT노트 & 일상 기록 저작자표시 (새창열림) 목차 목차 닫기