lala
This commit is contained in:
parent
7f87a63ed5
commit
eeecc88feb
@ -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 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user