#include <stdio.h> int main(){ char c; scanf("%hhd", &c); printf("%d\n", c); return 0;}
42
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!