This commit is contained in:
Deinerovych 2024-10-16 11:48:15 +02:00
parent 4de688d264
commit e04a32bd73

View File

@ -99,7 +99,8 @@ int main() {
}
if (stack_top == 0) {
printf("%.2f \n", pop()); // Печать оставшегося элемента без вызова print_stack()
print_stack(); // Печать оставшегося элемента
printf("\n");
printf("no input\n");
} else {
printf("no input\n");