接10楼
/*SK-CHINA*/
/*使用sprintf函数将数据转换为字符串型*/
#include"stdio.h"
#include"string.h"
main ()
{
char s[30];
long t,i;
scanf("%ld",&t);
sprintf(s,"%ld",t);
for (i=0; i<strlen(s); i++)
printf ("%c", s[i]);
getch();
}
My Blog: www.aiexp.info
虽然我的路是从这里开始的,但是这里不再是乐土.感谢曾经影响过,引导过,帮助过我的董凯,飞燕,leeco,starwing,Rockcarry,soft_wind等等等等.别了,BCCN.