-Code
n = int(input())
cnt = 0
for _ in range(3):
nums = list(map(int, input().split()))
if 7 in nums:
cnt += 1
print(777 if cnt >= 3 else 0)
'Beakjoon&프로그래머스 > 파이썬' 카테고리의 다른 글
[백준/파이썬] 7281번 Internetas (0) | 2024.03.07 |
---|---|
[백준/파이썬] 31520번 Champernowne Verification (0) | 2024.03.06 |
[백준/파이썬] 26849번 Non Classical Problem (0) | 2024.03.04 |
[백준/파이썬] 31495번 그게 무슨 코드니.. (0) | 2024.03.04 |
[백준/파이썬] 12250번 New Lottery Game (Small) (0) | 2024.03.02 |