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