diff --git a/cv3/program.c b/cv3/program.c index 30f9d75..834d2fa 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -12,9 +12,9 @@ int main() { double result = 0.0; while (count < SIZE) { - printf('+'); + printf("+"); if (scanf("%lf", &input) != 1 && input != '\n') { - printf('-'); + printf("-"); return 0; }