不知道错在哪里
#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:56
2011-03-05 22:02