반응형
https://www.acmicpc.net/problem/4999
# @Author YoungMinKim
# baekjoon
a=list(input())
b=list(input())
if a.count('a')>=b.count('a'):
print('go')
else:
print('no')
반응형
'백준 문제풀이' 카테고리의 다른 글
baekjoon - python - 5338 (0) | 2020.08.26 |
---|---|
baekjoon - python - 5337 (0) | 2020.08.26 |
baekjoon - python - 4344 (0) | 2020.08.26 |
baekjoon - python - 3052 (0) | 2020.08.26 |
baekjoon - python - 3046 (0) | 2020.08.26 |
댓글