This commit is contained in:
Oleksandr Vyshniakov 2025-10-12 21:59:31 +02:00
parent e7a9c71f3d
commit bf1962a00b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -88,7 +88,7 @@ int main() {
if (strcmp(input, "/")==0) { if (strcmp(input, "/")==0) {
result = a/b; result = a/b;
} }
push_stack(s); push_stack(s, result);
print_stack(s); print_stack(s);
} }
else { else {