This commit is contained in:
Matej Hajduk 2025-09-24 14:49:38 +02:00
parent 3f5b505d44
commit b0e1fae530

View File

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