본문 바로가기

Development/Algorithm

[Algorithm] 백준 11654번 문제 풀이

728x90

 

Baekjoon Logo

 

이 글은  백준 알고리즘 단계별로 문제풀이 11654번 문제풀이에 관한 글입니다. 자세한 내용은 코드 내에 주석으로 남기겠습니다.

# Input data to String variables
String = input()

# Convert data to ascii code
print(ord(String))
728x90