diff --git a/cv3/program.c b/cv3/program.c index 3f5b69e..b09865c 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -99,9 +99,6 @@ int main() { } if (stack_top == 0) { - if (!first_output) { - printf(" "); - } printf("\n%.2f\n", pop()); } else { printf("\nno input\n");