This commit is contained in:
Andrii Hermaniuk 2022-03-27 14:48:13 +02:00
parent db11a44dc5
commit 3b4903b54c

View File

@ -54,7 +54,7 @@ int main(){
printf("ZLE\n"); printf("ZLE\n");
} }
printf("%.3f\n", vysledok); // printf("%.3f\n", vysledok);
return EXIT_SUCCESS; return EXIT_SUCCESS;
} }