This commit is contained in:
Deinerovych 2024-10-16 10:32:44 +02:00
parent 786e86b804
commit 0d58c97b5b

View File

@ -97,7 +97,8 @@ int main() {
} }
if (stack_top == 0) { if (stack_top == 0) {
print_stack(); // Печать оставшегося элемента pop(); // Убираем последний элемент стека
printf("no input\n");
} else { } else {
printf("no input\n"); printf("no input\n");
} }