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
- Forensics
- 문자열
- 써니나타스
- 구현
- 인코그니토
- writeup
- N0Named
- 사칙연산
- xcz.kr
- 그리디 알고리즘
- 정렬
- HackCTF
- C
- php
- CTF
- Python
- wargame
- 백준
- misc
- Digital Forensics
- 수학
- Incognito
- Network
- cryptography
- Web Hacking
- Text
- Web
- MySQL
- Database
- SuNiNaTas
Archives
- Today
- Total
보안을 그리다, 훈이
[Baekjoon/Python3] 15813번 너의 이름은 몇 점이니? 본문
Programming/Python & Data Structures
[Baekjoon/Python3] 15813번 너의 이름은 몇 점이니?
HooNeee 2020. 12. 8. 16:47[Baekjoon/Python3] 15813번 너의 이름은 몇 점이니?
n = int(input())
total = 0
for i in input():
total += ord(i) - 64
print(total)
'Programming > Python & Data Structures' 카테고리의 다른 글
[Baekjoon/Python3] 15963번 CASIO (0) | 2020.12.08 |
---|---|
[Baekjoon/Python3] 15904번 UCPC는 무엇의 약자일까? (3) | 2020.12.08 |
[Baekjoon/Python3] 15781번 헬멧과 조끼 (0) | 2020.12.08 |
[Baekjoon/Python3] 15740번 A+B - 9 (0) | 2020.12.08 |
[Baekjoon/Python3] 15733번 나는 누구인가 (0) | 2020.12.08 |
Comments