top of page

소스 코드 제출

공개·회원 50명

nmnm2025

# 1230

'''

# a,b,c=map(int, input().split())

# if a > 170:

# if b > 170:

# if c > 170:

# print('PASS')

# else:

# print('CRASH',c)

# else:

# print('CRASH',b)

# else:

# print('CRASH',a)

'''


# a,b,c=map(int, input().split())

# if a < 170:

# print("CRASH",a)

# elif b < 170:

# print("CRASH",b)

# elif c < 170: 실행했을때 같지만 위에게 맞는거

# print("CRASH",c)

# else:

# print("PASS")

# 지금까지 1230



# a,b,c,d=map(int, input().split())

# if a/b > c/d:

# print('>')

# elif a/b == c/d:

# print('=')

# else:

# print('<')



# a,b=map(int, input().split())

# if b % a == 0:

# print(a,"*",b // a,"=",b,sep='')

# elif a % b == 0:

# print(b,"*",a // b,"=",a,sep='')

# else:

# print("none")


# a,b,c=map(int, input().split())

# d = b - c

# if d > a:

# print("advertise")

# elif d < a:

# print("do not advertise")

# else:

# print("does not matter")

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