12111
This commit is contained in:
parent
df4e8d802d
commit
5086cdc191
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user