์์ผ1 [baekjoon]python #5635 ์์ผ [baekjoon]python #5635 ์์ผ https://www.acmicpc.net/problem/5635 5635๋ฒ: ์์ผ ์ด๋ค ๋ฐ์ ์๋ ํ์๋ค์ ์์ผ์ด ์ฃผ์ด์ก์ ๋, ๊ฐ์ฅ ๋์ด๊ฐ ์ ์ ์ฌ๋๊ณผ ๊ฐ์ฅ ๋ง์ ์ฌ๋์ ๊ตฌํ๋ ํ๋ก๊ทธ๋จ์ ์์ฑํ์์ค. www.acmicpc.net import sys input = sys.stdin.readline n = int(input()) #๋์ ๋๋ฆฌ ์์ฑ birth={} for _ in range(n): #๊ณต๋ฐฑ ์ ๊ฑฐ๋ฅผ ์ํด strip() #์ด๋ฆ,์ผ,์,๋ name,d,m,y = map(str,input().strip().split(' ')) #ํ์๋ฆฌ ์ ์์ 0๋ถ์ด๊ธฐ if len(d)==1: d='0'+d if len(m)==1: m='0'+m #๋์ ๋๋ฆฌ์ ์ถ๊ฐ bir.. 2023. 1. 20. ์ด์ 1 ๋ค์