This commit is contained in:
Macko 2024-04-15 22:21:34 +02:00
parent df4e8d802d
commit 5086cdc191

View File

@ -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