This commit is contained in:
Matej Hajduk 2025-09-24 14:46:57 +02:00
parent 0adaab34bb
commit af671fdaf0

View File

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