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