๐น ๊ฐ์ธ์ ๋ณด ์์ง ์ ํจ๊ธฐ๊ฐ
1. ๋ฌธ์ ๋งํฌ 2023 KAKAO BLIND RECRUITMENT: ๊ฐ์ธ์ ๋ณด ์์ง ์ ํจ๊ธฐ๊ฐ 2. ์ฝ๋ def solution(today, terms, privacies): answer = [] dict_terms = {} today = list(map(int, today.split('.'))) for t...
1. ๋ฌธ์ ๋งํฌ 2023 KAKAO BLIND RECRUITMENT: ๊ฐ์ธ์ ๋ณด ์์ง ์ ํจ๊ธฐ๊ฐ 2. ์ฝ๋ def solution(today, terms, privacies): answer = [] dict_terms = {} today = list(map(int, today.split('.'))) for t...
1. ๋ฌธ์ ๋งํฌ 2023 KAKAO BLIND RECRUITMENT: ๊ฐ์ธ์ ๋ณด ์์ง ์ ํจ๊ธฐ๊ฐ 2. ์ฝ๋ """ ๊ฐ์ธ์ ๋ณด ์์ง ์ ํจ๊ธฐ๊ฐ ๐ ๋ฌธ์ ๊ณ ๊ฐ์ ์ฝ๊ด ๋์๋ฅผ ์ป์ด์ ์์ง๋ 1~n๋ฒ์ผ๋ก ๋ถ๋ฅ๋๋ ๊ฐ์ธ์ ๋ณด n๊ฐ๊ฐ ์์ต๋๋ค. ์ฝ๊ด ์ข ๋ฅ๋ ์ฌ๋ฌ ๊ฐ์ง ์์ผ๋ฉฐ ๊ฐ ์ฝ๊ด๋ง๋ค ๊ฐ์ธ์ ๋ณด ๋ณด๊ด ์ ํจ๊ธฐ๊ฐ์ด ์ ํด์ ธ ์์ต๋๋ค. ๋น์ ์ ๊ฐ ๊ฐ์ธ์ ๋ณด๊ฐ ์ด๋ค ์ฝ๊ด...
1. ๋ฌธ์ ๋งํฌ 2023 KAKAO BLIND RECRUITMENT: ๊ฐ์ธ์ ๋ณด ์์ง ์ ํจ๊ธฐ๊ฐ 2. ์ฝ๋ from dateutil.relativedelta import relativedelta import datetime def is_day_after_month(now, date, month): y1, m1, d1 = map(int, ...
1. ๋ฌธ์ ๋งํฌ 3107๋ฒ: IPv6 2. ์ฝ๋ Python3 31120KB 40ms split_ip = input().split(':') # ๊ท์น 1 for i in range(len(split_ip)): # ::์ผ๋ก ์ถ์ฝ๋ ๊ฒฝ์ฐ๊ฐ ์๋๊ณ , ์ถ์ฝ๋์ด์๋ ๊ฒฝ์ฐ if split_ip[i] != '' and len(split...
1. ๋ฌธ์ ๋งํฌ 3107๋ฒ: IPv6 2. ์ฝ๋ Python3 31120KB 40ms """ [3107] IPv6 ๐ ๋ฌธ์ IPv6์ ๊ธธ์ด๊ฐ 128๋นํธ์ธ ์ฐจ์ธ๋ ์ธํฐ๋ท ํ๋กํ ์ฝ์ด๋ค. IPv6์ ์ฃผ์๋ 32์๋ฆฌ์ 16์ง์๋ฅผ 4์๋ฆฌ์ฉ ๋์ด ๋ํ๋ธ๋ค. ์ด๋, ๊ฐ ๊ทธ๋ฃน์ ์ฝ๋ก (:)์ผ๋ก ๊ตฌ๋ถํด์ ๋ํ๋ธ๋ค. ์๋ฅผ ๋ค๋ฉด, ๋ค์๊ณผ ๊ฐ๋ค. 2001:0...
1. ๋ฌธ์ ๋งํฌ 3107๋ฒ: IPv6 2. ์ฝ๋ Python3 31156KB 40ms def get_full_string(string: str): return ("0" * max(0, 4 - len(string))) + string base = ["0000"] * 8 short_string = input().split(":");...
1. ๋ฌธ์ ๋งํฌ 1036๋ฒ: 36์ง์ 2. ์ฝ๋ Python3 31120KB 48ms N = int(input()) numbers = [] reverse_numbers = [] for _ in range(N): numbers.append(input().replace(' ', '')) K = int(input()) def chan...
1. ๋ฌธ์ ๋งํฌ 1036๋ฒ: 36์ง์ 2. ์ฝ๋ Python3 31120KB 48ms def to_36(number): global BASE a = number // 36 b = number % 36 if not a: return BASE[b] else: ...
1. ๋ฌธ์ ๋งํฌ 1036๋ฒ: 36์ง์ 2. ์ฝ๋ Python3 34148KB 72ms # time : 50' import sys from collections import defaultdict input = sys.stdin.readline n = int(input()) str_list, num_list = [], [] num_cnt =...
โญ 4.1 ํ๋ก์ธ์ค ๋ฉ๋ชจ๋ฆฌ ๋ ์ด์์I โํ๋ก์ธ์ค ๋ด๋ถ์ ๋ฉ๋ชจ๋ฆฌ ๋ฐ ๋ฉ๋ชจ๋ฆฌ ๊ตฌ์กฐ๋ฅผ ๋ค๋ฃจ์ด์ผ ํ๋ ์ด์ ? โ C์ธ์ด์์ ๋ฉ๋ชจ๋ฆฌ๋ ์๋์ผ๋ก ๊ด๋ฆฌ๋ฅผ ํด์ฃผ์ด์ผ ํ๋ฏ๋ก ๋ฉ๋ชจ๋ฆฌ ์์ญ์ ํ ๋นํ๊ฑฐ๋, ๋ ์ด์ ํ์ํ์ง ์์ ๋ฉ๋ชจ๋ฆฌ๋ฅผ ํด์ ํ๋ ์ผ์ ๊ฐ๋ฐ์๋ง์ด ๋ด๋นํด์ฃผ์ด์ผ ํ๊ธฐ ๋๋ฌธ์ ๋๋ค. โ๏ธ ํ๋ก์ธ์ค = ์คํ์ค์ธ ํ๋ก๊ทธ๋จ โ ๋ฉ๋ชจ๋ฆฌ์ ๋ก๋ฉ (ํธ์ถ)์ด ๋๋ฉฐ...