[백준] 20499번 : Darius님 한타 안 함? - Python(파이썬)

강재원·2022년 9월 17일
0

[코딩테스트] Python

목록 보기
44/200



https://www.acmicpc.net/problem/20499

k,d,a=map(int,input().split('/'))
if k+a<d or d==0: print("hasu")
else: print("gosu")
profile
개념정리 & 문법 정리 & 알고리즘 공부

0개의 댓글