#include <stdio.h>#include <stdlib.h>void main (){int str;char ch;printf ("input :");ch=getchar();str=atoi(ch);printf ("str=%c\n",str);}
慕工程0101907
函数式编程
相关分类