top of page

소스 코드 제출

공개·회원 52명

20250528


# 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)

























2회 조회
주소 : 경기도 용인시 광교중앙로 302 블루 스퀘어 602호
연락처 : 031) 216 - 1546 ,     031) 215 - 1546
사업자등록번호 : 465-92-00916
​학원 등록 제 4603호
bottom of page