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