This commit is contained in:
Oleksandr Vyshniakov 2025-10-12 22:19:13 +02:00
parent d39271ead5
commit 8c9a761e46
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -87,7 +87,7 @@ int main() {
} }
if (strcmp(input, "/")==0) { if (strcmp(input, "/")==0) {
if (b==0) { if (b==0) {
printf("0!\n"); printf("division by zero\n");
destroy_stack(s); destroy_stack(s);
return 0; return 0;
} }