Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- writeup
- 백준
- Forensics
- 정렬
- Incognito
- misc
- Text
- 구현
- 사칙연산
- 써니나타스
- C
- CTF
- 문자열
- Network
- Web
- php
- SuNiNaTas
- 그리디 알고리즘
- Digital Forensics
- Python
- Database
- MySQL
- 인코그니토
- xcz.kr
- 수학
- HackCTF
- Web Hacking
- N0Named
- wargame
- cryptography
Archives
- Today
- Total
보안을 그리다, 훈이
[Baekjoon/Python3] 15680번 연세대학교 본문
[Baekjoon/Python3] 15680번 연세대학교
15680번: 연세대학교
연세대학교의 영문명은 YONSEI, 슬로건은 Leading the Way to the Future이다. 이를 출력하는 프로그램을 작성해보도록 하자.
www.acmicpc.net
s = int(input())
if s == 0:
print('YONSEI')
elif s == 1:
print('Leading the Way to the Future')
'Programming > Python & Data Structures' 카테고리의 다른 글
[Baekjoon/Python3] 15733번 나는 누구인가 (0) | 2020.12.08 |
---|---|
[Baekjoon/Python3] 15727번 조별과제를 하려는데 조장이 사라졌다 (0) | 2020.12.08 |
[Baekjoon/Python3] 15596번 정수 N개의 합 (0) | 2020.12.08 |
[Baekjoon/Python3] 15552번 빠른 A+B (0) | 2020.12.08 |
[Baekjoon/Python3] 15439번 Vera and Outfits (0) | 2020.12.08 |
Comments