C programming/BAEKJOON
#include <stdio.h> #include <string.h> int main(){ char str; scanf("%s", &str); printf("%d",str); return 0; }