반응형
https://www.acmicpc.net/problem/20499
K, D, A = map(int,input().split())
print("hasu" if K+A < D or D == 0 else "gosu")
반응형
'📚 Algorithm' 카테고리의 다른 글
[Python] 17388번 와글와글 숭고한 (3) | 2021.07.09 |
---|---|
[Python] 백준 10039번 평균 점수 (0) | 2021.07.09 |
[Python] 백준 5893번 17배 (0) | 2021.07.02 |
[Python] 백준 11943번 파일 옮기기 (0) | 2021.07.01 |
[Python] 백준 19944번 뉴비의 기준은 뭘까? (0) | 2021.06.30 |
댓글