-Code
n = int(input())
nums = list(input().split())
res = "makes sense"
for i in range(n):
if nums[i] == str(i + 1) or nums[i] == "mumble":
continue
else:
res = "something is fishy"
print(res)
'Beakjoon&프로그래머스 > 파이썬' 카테고리의 다른 글
[백준/파이썬] 26068번 치킨댄스를 추는 곰곰이를 본 임스 2 (0) | 2022.12.04 |
---|---|
[백준/파이썬] 8815번 Test (0) | 2022.12.02 |
[백준/파이썬] 21983번 Basalt Breakdown (0) | 2022.11.30 |
[백준/파이썬] 26082번 특정 대문자를 소문자로 바꾸기 (0) | 2022.11.30 |
[백준/파이썬] 26082번 WARBOY (0) | 2022.11.28 |