This commit is contained in:
Matej Hajduk 2025-09-30 09:42:56 +02:00
parent 685b1c260e
commit b39b3fb658

View File

@ -55,7 +55,7 @@ int main() {
if (strstr(norm_dish, h) != NULL) {
printf("%s\n", j);
double con = price;
double con = atoi(price);
printf("%.2f\n", con );
}
}