test
This commit is contained in:
parent
b77f8970ae
commit
1fe4c745c4
@ -9,7 +9,7 @@ int main() {
|
||||
scanf("%d", &maxStudents);
|
||||
|
||||
if (maxStudents <= 0) {
|
||||
printf("Nespravny vstup");
|
||||
printf("Nespravny vstup\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
@ -24,11 +24,6 @@ int main() {
|
||||
strcpy(names[numStudents], line);
|
||||
numStudents++;
|
||||
|
||||
if (numStudents >= MAX_STUDENTS) {
|
||||
printf("Príliš veľa študentov. Zvážte navýšenie MAX_STUDENTS.\n");
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
if (numStudents == 0) {
|
||||
printf("Ziadne prihlášky\n");
|
||||
|
Loading…
Reference in New Issue
Block a user