差错#include<stdio.h>int main(){int n;double x,s=0;for(n=1;x!=-1;n++){scanf("%d",&x);s+=x;}printf("%0.1f",s/n);return 0;} [解决办法]什么差错啊 不明白