显示格式错误
#include <stdio.h>int main(){int count;count=100;while(count>=0){count--;printf("%d\n",count);}printf("发射!\n");return 0;}
这个没有格式错误呀
请题主把异常贴出来