fix2
This commit is contained in:
parent
80f2dfc51d
commit
903bd221b4
@ -39,7 +39,7 @@ float pop (struct stack *s){
|
|||||||
|
|
||||||
void print_s(struct stack *s){
|
void print_s(struct stack *s){
|
||||||
for(int i =0;i<s->size;i++){
|
for(int i =0;i<s->size;i++){
|
||||||
printf("%.10f", s->values[i]);
|
printf("%.2f", s->values[i]);
|
||||||
}
|
}
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user