파이썬
-
리스트1파이썬/리스트 2024. 11. 16. 13:24
import syssys.stdin = open('input_11652.txt')readl = sys.stdin.readlinen = int(readl())card = {} # 1:3, 2:4 # 1, 2 for i in range(n): # card.key = list(map(int, readl().split())) # 입력이 1 2 4 4 이렇게 한줄로 받을때 list #map객체로 나와서 리스트로 바꿈 if card.key >= 1: card.value +=1print(max(card.values)) jum = [] #(3, 4), (1,1)#리스트안에 뭐가들어가든 상관없음. tupleimport syssys.stdin = open('input_11..
-
실버5 반지_https://www.acmicpc.net/problem/5555파이썬 2024. 11. 16. 10:48
https://www.acmicpc.net/problem/5555