
[백준][Python] 15680번 연세대학교 - 코팩
·
백준/구현
https://www.acmicpc.net/problem/15680 15680번: 연세대학교 연세대학교의 영문명은 YONSEI, 슬로건은 Leading the Way to the Future이다. 이를 출력하는 프로그램을 작성해보도록 하자. www.acmicpc.net 풀이 # 15680번 연세대학교 if input() == '0': print("YONSEI") else: print("Leading the Way to the Future") 출력결과