반응형
# @Author YoungMinKim
# baekjoon
N=int(input())
if N == 0:
print('YONSEI')
else:
print('Leading the Way to the Future')
반응형
'백준 문제풀이' 카테고리의 다른 글
baekjoon - python - 15894 (0) | 2020.09.14 |
---|---|
baekjoon - python - 15890 (0) | 2020.09.14 |
baekjoon - python - 15596 (0) | 2020.09.14 |
baekjoon - python - 15552 (0) | 2020.09.14 |
baekjoon - python - 14918 (0) | 2020.09.14 |
댓글