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