lala
This commit is contained in:
parent
7f87a63ed5
commit
eeecc88feb
@ -55,8 +55,8 @@ int main() {
|
|||||||
if (strstr(norm_dish, h) != NULL) {
|
if (strstr(norm_dish, h) != NULL) {
|
||||||
printf("%s\n", j);
|
printf("%s\n", j);
|
||||||
|
|
||||||
double con
|
double con;
|
||||||
if(sscanf(price, "%lf", &con) == );{
|
if(sscanf(price, "%lf", &con) == ){
|
||||||
printf( con );
|
printf( con );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user