Изменить 'du4/program.c'
This commit is contained in:
parent
a38de64984
commit
820096055b
@ -25,7 +25,6 @@ int call( double A, double B, double C, char AC){
|
|||||||
Cc=(int)(Cc*100000);
|
Cc=(int)(Cc*100000);
|
||||||
Cc=(float)Cc/100000;
|
Cc=(float)Cc/100000;
|
||||||
if(Cc==C || A/B==C)return printf("OK\n");
|
if(Cc==C || A/B==C)return printf("OK\n");
|
||||||
printf("\n%f\n%f",Cc,A/B);
|
|
||||||
return printf("ZLE\n");
|
return printf("ZLE\n");
|
||||||
}
|
}
|
||||||
return printf("CHYBA\n");
|
return printf("CHYBA\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user