-Code
n = int(input())
s = input()
bd = s.count("bigdata")
sc = s.count("security")
if bd > sc:
print("bigdata?")
elif bd < sc:
print("security!")
else:
print("bigdata? security!")
'Beakjoon&프로그래머스 > 파이썬' 카테고리의 다른 글
[백준/파이썬] 23080번스키테일 암호 (0) | 2023.02.21 |
---|---|
[백준/파이썬] 27502번 클레어와 팰린드롬 (0) | 2023.02.20 |
[백준/파이썬] 5101번 Sequences (0) | 2023.02.18 |
[백준/파이썬] 27465번 소수가 아닌 수 (0) | 2023.02.17 |
[백준/파이썬] 27159번 노 땡스! (0) | 2023.02.16 |