Note

[codeup] 126. 당신의 사주를 봐 드립니다 2 본문

etc/Coding Test

[codeup] 126. 당신의 사주를 봐 드립니다 2

Jun's N 2022. 1. 25. 00:00
a,b,c = map(int, input().split())
n = int((a+b+c)/100)
if n%2 == 0:
 print('대박')
else:
  print('그럭저럭')
728x90
Comments