Note
[codeup] 127. 터널 통과하기 1 본문
728x90
a,b,c = map(int, input().split())
if a > 170 and b > 170 and c > 170:
print('PASS')
else:
print('CRASH')
'etc > Coding Test' 카테고리의 다른 글
[codeup] 129. 두 번째 작은 수 (0) | 2022.01.28 |
---|---|
[codeup] 128. 축구의 신 1 (0) | 2022.01.27 |
[codeup] 126. 당신의 사주를 봐 드립니다 2 (0) | 2022.01.25 |
[codeup] 125. 당신의 사주를 봐 드립니다 1 (0) | 2022.01.24 |
[codeup] 124. 홀수와 짝수 그리고 더하기 (0) | 2022.01.23 |
Comments