diff --git a/cv3/program.c b/cv3/program.c index 791b1d7..db83529 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -1,5 +1,4 @@ #include -#include #define SIZE 100 @@ -14,7 +13,7 @@ int main() { while (count < SIZE) { if (scanf("%lf", &input) != 1) { if (scanf("%c", &input) == 1) { - if (count = 0){ + if (count == 0){ printf("Nepodarilo sa nacitat zaklad x\n"); return 0; }