#include #include int main() {char ch; ch=getchar(); putchar(ch); printf("%d\n",ch); system("pause"); return 0; }
stdlib.h才对。