반응형 효율적인 해킹1 [Python] 백준 1325번 - 효율적인 해킹 (실버 1) https://www.acmicpc.net/problem/1325 result: resultList = [] result = cnt[i] resultList.append(i) elif cnt[i] == result: resultList.append(i) for i in resultList: print(i, end=' ') 솔직히.. 큰 차이는 없어 보이는데... 최대 값을 찾는 과정에서 배열에 계속 쌓아서 다시 찾는 것과 초기화하며 최대 값만 넣는 것의 차이라고 볼 수 있다. 2023. 9. 21. 이전 1 다음 반응형