처음으로
학원 소개
교육과정
진학&대회
게시판
코드게시판
교육자료
상담 문의
More
# def f(n, m, x):
# if n > m and n > x:
# if m > x or m == x:
# return m
# else:
# return x
/*
// 이진트리
#include <stdio.h>
#include <stdlib.h>
typedef int BTData;
typedef struct _bTreeNode
# n=[]
# c=[]
#
# for i in range(4):
# x,y=input().split()
n=[]
c=[]
for i in range(4):
x,y=input().split()
x=int(x)
y=int(y