Update cv3/program.c
This commit is contained in:
parent
3f55bc676e
commit
f66396c189
@ -99,8 +99,8 @@ int read(struct stack *s) {
|
|||||||
}
|
}
|
||||||
push_stack(s, result); // Push the result back onto the stack
|
push_stack(s, result); // Push the result back onto the stack
|
||||||
print_stack(s); // Print the stack after operation
|
print_stack(s); // Print the stack after operation
|
||||||
printf("no input\n"); // Print the "no input" message
|
//printf("no input\n"); // Print the "no input" message
|
||||||
exit(0); // Exit the program after the operation
|
// exit(0); // Exit the program after the operation
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user