[구현] 백준 11549 Identifying tea - Python


[구현] 백준 11549 Identifying tea - Python

[ Contents ] 1. 문제 (링크 참조) 11549번: Identifying tea The first line contains an integer T representing the tea type (1 ≤ T ≤ 4). The second line contains five integers A, B, C, D and E, indicating the answer given by each contestant (1 ≤ A, B, C, D, E ≤ 4). www.acmicpc.net 2. 문제 풀이 5명의 참가자 중 정답을 맞춘 사람의 수를 출력하는 문제입니다. 2022.01.19 - [Algorithm] - [Algorithm] 단골 1번 문제, 구현 / 수학 [Algorithm] 단골 1번 문제, 구현..


원문링크 : [구현] 백준 11549 Identifying tea - Python