原来也去考了...偶错过啦...

人在江湖【走】,怎能不挨【刀】;为了能活【口】,唯有把己【超】!come on...
2006-10-04 13:03

2006-10-04 13:23
2006-10-04 13:26

2006-10-04 13:30
2006-10-04 13:36

2006-10-04 20:35
2006-10-05 08:52
2006-10-05 11:03
可以的.
#include "stdio.h"
#include "conio.h"
main()
{
int a;
scanf("%d",&a);
if(a!=0)
main();
printf("Hello, world\n");
getch();
}

2006-10-05 11:45