不知道错在哪里
#include<stdio.h>int main(void)
{
int dogs;
printf("How many dogs do you have?\n");
scanf("%d",&dogs);
printf("So you have %d dog(s)!\n",dogs);
return 0;
}
检查了好几次,还是找不到错误。。。
2011-03-05 20:30
2011-03-05 20:33

2011-03-05 20:56
2011-03-05 21:05
2011-03-05 21:08
2011-03-05 22:02
2011-03-05 22:03
2011-03-06 14:04
2011-03-06 14:08
2011-03-06 20:33