-Code
cnt = 0
for _ in range(int(input())):
day = list(input().split('-'))
if int(day[1]) <= 90:
cnt += 1
print(cnt)
'Beakjoon&프로그래머스 > 파이썬' 카테고리의 다른 글
[백준/파이썬] 14013번 Unit Conversion (0) | 2022.12.05 |
---|---|
[백준/파이썬] 26209번 Intercepting Information (0) | 2022.12.04 |
[백준/파이썬] 8815번 Test (0) | 2022.12.02 |
[백준/파이썬] 16316번 Baby Bites (0) | 2022.12.01 |
[백준/파이썬] 21983번 Basalt Breakdown (0) | 2022.11.30 |