1764: 듣보잡 - Python

beaver.zip·2024년 12월 14일
0

[알고리즘] 백준

목록 보기
39/45

문제

https://www.acmicpc.net/problem/1764

풀이

import sys
input = sys.stdin.readline

N, M = map(int, input().split())= set(input().strip() for _ in range(N))= set(input().strip() for _ in range(M))= sorted(&)

print(len())
print("\n".join())
  • 집합(set) 자료형을 쓰는 문제다.
profile
NLP 일짱이 되겠다.

0개의 댓글