This commit is contained in:
Alina Konoval 2025-10-12 15:04:16 +02:00
parent bc27ab8053
commit 55a31d0896

View File

@ -22,7 +22,7 @@ int main(void) {
if (*koniec == '\0') {
if (top >= SIZE) {
printf("stack full\n");
printf("full stack\n");
return 0;
}
ulozisko[top++] = cislo;