lala
This commit is contained in:
parent
685b1c260e
commit
b39b3fb658
@ -55,7 +55,7 @@ int main() {
|
||||
if (strstr(norm_dish, h) != NULL) {
|
||||
printf("%s\n", j);
|
||||
|
||||
double con = price;
|
||||
double con = atoi(price);
|
||||
printf("%.2f\n", con );
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user