2007年5月25日星期五

c语言

#include "stdio.h"
#include "conio.h"
main()
{
char ch;
while(ch=getch()!='\n');
printf("%d\n",ch);
getch();
}

没有评论:

time