반응형 156801 baekjoon - python - 15680 www.acmicpc.net/problem/15680 15680번: 연세대학교 연세대학교의 영문명은 YONSEI, 슬로건은 Leading the Way to the Future이다. 이를 출력하는 프로그램을 작성해보도록 하자. www.acmicpc.net # @Author YoungMinKim # baekjoon N=int(input()) if N == 0: print('YONSEI') else: print('Leading the Way to the Future') 2020. 9. 14. 이전 1 다음 반응형