16
This commit is contained in:
parent
4de688d264
commit
e04a32bd73
@ -99,7 +99,8 @@ int main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (stack_top == 0) {
|
if (stack_top == 0) {
|
||||||
printf("%.2f \n", pop()); // Печать оставшегося элемента без вызова print_stack()
|
print_stack(); // Печать оставшегося элемента
|
||||||
|
printf("\n");
|
||||||
printf("no input\n");
|
printf("no input\n");
|
||||||
} else {
|
} else {
|
||||||
printf("no input\n");
|
printf("no input\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user