#include main() { int code; code = (int) getchar(); printf("%d\n", code); }