This commit is contained in:
Matej Hajduk 2025-09-30 09:55:23 +02:00
parent 7f87a63ed5
commit eeecc88feb

View File

@ -55,9 +55,9 @@ int main() {
if (strstr(norm_dish, h) != NULL) {
printf("%s\n", j);
double con
if(sscanf(price, "%lf", &con) == );{
printf( con );
double con;
if(sscanf(price, "%lf", &con) == ){
printf( con );
}
}
}