diff --git a/cv10/program.c b/cv10/program.c index 0102a02..f43c4df 100644 --- a/cv10/program.c +++ b/cv10/program.c @@ -19,7 +19,7 @@ int main() { int max_students; if (scanf("%d\n", &max_students) != 1 || max_students <= 0) { puts("Nespravny vstup"); - return 1; + return 0; // Change this to return 0 } char line[SIZE]; @@ -46,7 +46,7 @@ int main() { if (pocet_mien_v_poli == 0) { puts("Ziadne prihlasky"); - return 1; + return 0; // Change this to return 0 } // Triedenie