This commit is contained in:
Matej Hajduk 2025-09-30 09:59:21 +02:00
parent a5789de8d3
commit d58a0ddf5d

View File

@ -56,7 +56,7 @@ int main() {
printf("%s\n", j);
double con;
if(sscanf(price, "%lf", &con) == ){
if(sscanf(price, "%lf", &con) == 1){
printf("%.2f\n" con );
}
}