#includeint main(){ float a,b,c,d; float temp; scanf("%f %f %f %f", &a, &b, &c, &d);//这里有修改,少了一个" temp=a;//这里少了一个分号 if(temp temp=b; if(temp temp=c; if(temp temp=d; printf("\nmax=%f",temp); return 0;}