lala
This commit is contained in:
parent
eeecc88feb
commit
a5789de8d3
@ -57,7 +57,7 @@ int main() {
|
|||||||
|
|
||||||
double con;
|
double con;
|
||||||
if(sscanf(price, "%lf", &con) == ){
|
if(sscanf(price, "%lf", &con) == ){
|
||||||
printf( con );
|
printf("%.2f\n" con );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user