This commit is contained in:
Deinerovych 2024-10-16 10:25:44 +02:00
parent 538a1d1a4d
commit 18ecde9c5b

View File

@ -99,9 +99,6 @@ int main() {
}
if (stack_top == 0) {
if (!first_output) {
printf(" ");
}
printf("\n%.2f\n", pop());
} else {
printf("\nno input\n");