This commit is contained in:
Matej Hajduk 2025-09-24 14:33:28 +02:00
parent 12235c8914
commit 380cb30c07

View File

@ -54,7 +54,8 @@ int main() {
if (strstr(norm_dish, h) != NULL) {
printf("%s\n", j);
printf("%s\n", price);
double hod = atof(price); // retazec na cislo
printf("%.2f\n", val;
}
}