728x90
이 글은 백준 알고리즘 단계별로 문제풀이 11654번 문제풀이에 관한 글입니다. 자세한 내용은 코드 내에 주석으로 남기겠습니다.
# Input data to String variables
String = input()
# Convert data to ascii code
print(ord(String))
728x90
'Development > Algorithm' 카테고리의 다른 글
[Algorithm] 백준 10809번 문제 풀이 (0) | 2021.03.23 |
---|---|
[Algorithm] 백준 11720번 문제 풀이 (0) | 2021.03.22 |
[Algorithm] 백준 1065번 문제풀이 (0) | 2021.03.20 |
[Algorithm] 백준 4673번 문제 풀이 (0) | 2021.03.20 |
[Algorithm] 백준 15596번 문제 풀이 (0) | 2021.03.18 |