# a,b,c=input().split(':')# print(b)# a, b = input().split()# a = int(a)# b = int(b)## print(a if a>b else b)# a, b, c=input().split()# a=int(a)# b=int(b)# c=int(c)# print((b if a>b else a) if ((b if a>b else b)<c) else c)# a = int(input())# if a<10 or a>100 :# print("hello")# elif a<50 :# print("hi")# elif a<60 :# print("hellloooo")# else :# print("bye")#a = int(input())#if a<10:# print('small')#else:# print('big')#a,b=input().split()#a=int(a)#b=int(b)#if a<b :# print('<')#elif a>b:# print('>')#elif a==b:# print('=')#a,b=input().split()#a=int(a)#b=int(b)#if a<b:# print(b-a)#elif a>b:# print(a-b)#elif a==b:# print(0)#a = int(input())#if a % 7==0:# print('multiple')#else:# print('not multiple')#a = int(input())#if a % 2==0:# print('even')#else:# print('odd')#a = float(input())#if a>=50 and a<=60:# print('win')#else:# print('lose')#a=int(input())#if a>=50 and a<=70:# print('win')#elif a % 6==0:# print('win')#else:# print('lose')#n=int(input())#if n % 400==0 or (n % 4==0 and not n % 100==0):# print('Leap')#else:# print('Normal')a,b,c=input().split()a=int(a)b=int(b)c=int(c)if a<=170 or b<=170 or c<=170: print('CRASH')elif a>170 or b > 170 or c>170: print('PASS')top of page

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


