# n = int(input())
# t=list(map(int,input().split()))
# small = min(t)
# m = max(t)
# print("%d"%(m-small))
# x,y = map(int,input().split('-'))
# y = y//1000000
# s = x//10000
# m=x%10000
# if y == 1 or y== 2 :
# print("19%02d"%(s),end='/')
# else :
# print("20%02d"%(s),end='/')
# k=m//100
# print("%02d"%(k),end='/')
# k = m%100
# print("%02d"%(k),end=' ')
# if y==1 or y==3 :
# print("M")
# else :
# print("F")
top of page

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


