lala
This commit is contained in:
parent
b73a5da5ff
commit
aacd8414f2
@ -54,7 +54,7 @@ int main(){
|
|||||||
}
|
}
|
||||||
push(&mystack,num);
|
push(&mystack,num);
|
||||||
}
|
}
|
||||||
else if(strlen(x) == 1 && strchr("+-/", x[0])) {
|
else if(strlen(x) == 1 && strchr("+-/*", x[0])) {
|
||||||
if (mystack.size < 2){
|
if (mystack.size < 2){
|
||||||
fprintf(stderr, "malo cisel \n");
|
fprintf(stderr, "malo cisel \n");
|
||||||
return 1;
|
return 1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user