https://www.acmicpc.net/problem/11654
#include <iostream> using namespace std; int main() { char n; cin >> n; int a=(int)n; cout << a; }