This commit is contained in:
Andrii Hermaniuk 2022-03-27 15:23:37 +02:00
parent 8041851adf
commit b33c35089e

View File

@ -59,7 +59,7 @@ for(int c=0;c<count;c++){
} }
if (vysledok2-vysledok < 0.001 && vysledok2-vysledok > -0.001){ if (vysledok2-vysledok < 0.001 && vysledok2-vysledok > -0.001){
printf("OK1\n"); printf("OK\n");
} }
else{ else{
printf("ZLE\n"); printf("ZLE\n");