refresh
This commit is contained in:
parent
e7a9c71f3d
commit
bf1962a00b
Binary file not shown.
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user