a,b,c=input()
# a=float(a)
# c=float(c)
#
# if b==('+'):
#     print(a+c)
# elif b==('-'):
#     print(a-c)
# elif b==('*'):
#     print(a*c)
# elif b==('/'):
#     print("%.2f" %(a/c))
# a,b,c=input().split()
# a=int(a)
# b=int(b)
# c=int(c)
#
# if a>170 and b>170 and c>170:
#     print('PASS')
# else:
#     print('CRASH')
a,b,c=input().split()
a=int(a)
b=int(b)
c=int(c)
if (90-a)%5==0:
    print()
elif not((90-a)%5==0):
    print()
  
(((90-a)/5)-1)+b+1)>c:
(((90-a)//5)+b+1)>c:
top of page

실제 작동 상태를 확인하려면 라이브 사이트로 이동하세요.
2022 4 13
2022 4 13
댓글 0개
좋아요
댓글(0)
더 이상 게시물에 대한 댓글 기능이 지원되지 않습니다. 자세한 사항은 사이트 소유자에게 문의하세요.
bottom of page



