5063 : TGN

서희찬·2021년 8월 2일
0

백준

목록 보기
10/105

문제

코드

test = int(input())
for _ in range(test):
    r,e,c = map(int,input().split())
    inv = e-c
    if inv>r :
        print("advertise")
    elif inv == r :
        print("does not matter")
    else :
        print("do not advertise")

해설

어... 간단...한 문제인데 문제내용이 진짜 맥락어디갔냥

profile
Carnegie Mellon University Robotics Institute | Research Associate | Developing For Our Lives, 세상에 기여하는 삶을 살고자 개발하고 있습니다

0개의 댓글

관련 채용 정보