# c=input()
#
# c=int(c)
#
# if c%400==0 :
#
# print("Leap")
# elif c%4==0 :
#
# if c%100!=0 :
# print("Leap")
# else :
# print("Normal")
#
# else :
# print("Normal")
# c = input()
# c = int(c)
# if c>=50 and c<=70 :
# print("win")
# elif c%6==0 :
# print("win")
# else :
# print("lose")
# a,b,d = input().split()
# a=int(a)
# b=int(b)
# d=int(d)
# if a<=170 or b<=170 or d<=170 :
# print("CRASH")
# else :
# print("PASS")
# c,a = input().split()
# c = int(c)
# a = int(a)
# if a>=30 :
# print("%d %d"%(c,a-30))
# else :
# b=30-a
# if c==0 :
# c=23
# else :
# c=c-1
# print("%d %d"%(c,60-b))
c=input()
c=int(c)
top of page

실제 작동 상태를 확인하려면 라이브 사이트로 이동하세요.
20250528
20250528
댓글 0개
좋아요
댓글(0)
bottom of page