Python HackerRank 문제 8 - Find the Runner-Up Score!


Python HackerRank 문제 8 - Find the Runner-Up Score!

Python HackerRank 문제 8 - Find the Runner-Up Score! Find the Runner-Up Score! 풀이 if __name__ == '__main__': n = int(input()) arr = map(int, input().split()) print (sorted(set(arr))[-2]) * 출처 Find the Runner-Up Score! | HackerRank For a given list of numbers, find the second largest number. www.hackerrank.com...

Python HackerRank 문제 8 - Find the Runner-Up Score!에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.


#HackerRank_FindtheRunnerUpScore #Python #Python_FindtheRunnerUpScore #Python_HackerRank #Python_HackerRank_FindtheRunnerUpScore

원문링크 : Python HackerRank 문제 8 - Find the Runner-Up Score!