38
This commit is contained in:
parent
efefdd89e1
commit
c3c3b12639
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user