This commit is contained in:
Deinerovych 2024-10-16 22:46:07 +02:00
parent efefdd89e1
commit c3c3b12639

View File

@ -84,7 +84,7 @@ int main() {
} }
else if (is_operation(arr)) { else if (is_operation(arr)) {
if (stack_top < 1) { if (stack_top < 1) {
printf("no input\n"); printf("not enough operands\n");
return 0; return 0;
} }