-
콜라츠 추측 - https://school.programmers.co.kr/tryouts/85936/challenges def solution(num): if num == 1: return 0 cnt = 0 while cnt