12111
This commit is contained in:
parent
df4e8d802d
commit
5086cdc191
@ -19,7 +19,7 @@ int main() {
|
|||||||
int max_students;
|
int max_students;
|
||||||
if (scanf("%d\n", &max_students) != 1 || max_students <= 0) {
|
if (scanf("%d\n", &max_students) != 1 || max_students <= 0) {
|
||||||
puts("Nespravny vstup");
|
puts("Nespravny vstup");
|
||||||
return 1;
|
return 0; // Change this to return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
char line[SIZE];
|
char line[SIZE];
|
||||||
@ -46,7 +46,7 @@ int main() {
|
|||||||
|
|
||||||
if (pocet_mien_v_poli == 0) {
|
if (pocet_mien_v_poli == 0) {
|
||||||
puts("Ziadne prihlasky");
|
puts("Ziadne prihlasky");
|
||||||
return 1;
|
return 0; // Change this to return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
// Triedenie
|
// Triedenie
|
||||||
|
Loading…
Reference in New Issue
Block a user