문제 링크: https://www.hackerrank.com/challenges/beautiful-days-at-the-movies/problem?isFullScreen=true Beautiful Days at the Movies | HackerRankFind the number of beautiful days.www.hackerrank.com 분류: Problem Solving (Basic) 🎬 문제 요약당신은 i일부터 j일까지 영화를 봐.영화가 "아름다운 날(Beautiful Day)" 이 되려면 다음 조건을 만족해야 해:(일자 - 그 일자의 숫자를 뒤집은 값)을 k로 나눈 결과가 정수여야 함 (즉, 나누어떨어져야 함)💡 핵심 포인트주어진 범위 [i, j]를 순회숫자 뒤집기 함수 reverse(n..