test
This commit is contained in:
parent
bd3863aebe
commit
3140e66c71
@ -89,7 +89,7 @@ bool je_platne_cislo(const char *vstup) {
|
|||||||
|
|
||||||
|
|
||||||
bool dost_operantov(KalkulackaZasobnik *kalkulacka) {
|
bool dost_operantov(KalkulackaZasobnik *kalkulacka) {
|
||||||
return kalkulacka->vrchol >= 1;
|
return kalkulacka->vrchol >= 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user