This commit is contained in:
Deinerovych 2024-10-16 10:38:06 +02:00
parent 0c77c9383a
commit dc1ca89450

View File

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