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 |
Tags
- Network
- MySQL
- 백준
- Text
- Forensics
- CTF
- wargame
- Python
- N0Named
- 그리디 알고리즘
- 써니나타스
- SuNiNaTas
- xcz.kr
- Digital Forensics
- misc
- HackCTF
- C
- writeup
- 문자열
- 인코그니토
- Web Hacking
- Web
- cryptography
- 수학
- php
- 사칙연산
- 정렬
- Incognito
- Database
- 구현
Archives
- Today
- Total
보안을 그리다, 훈이
[Baekjoon/Python3] 17863번 FYI 본문
[Baekjoon/Python3] 17863번 FYI
17863번: FYI
In the United States of America, telephone numbers within an area code consist of 7 digits: the prefix number is the first 3 digits and the line number is the last 4 digits. Traditionally, the 555 prefix number has been used to provide directory informatio
www.acmicpc.net
s = input()
if s[:3] == '555':
print('YES')
else:
print('NO')
'Programming > Python & Data Structures' 카테고리의 다른 글
[Baekjoon/Python3] 18301번 Rats (0) | 2020.12.08 |
---|---|
[Baekjoon/Python3] 18108번 1998년생인 내가 태국에서는 2541년생?! (0) | 2020.12.08 |
[Baekjoon/Python3] 17496번 스타후르츠 (0) | 2020.12.08 |
[Baekjoon/Python3] 17450번 과자 사기 (0) | 2020.12.08 |
[Baekjoon/Python3] 17388번 와글와글 숭고한 (0) | 2020.12.08 |