test
This commit is contained in:
parent
6cc6195f5d
commit
b77f8970ae
@ -9,7 +9,7 @@ int main() {
|
|||||||
scanf("%d", &maxStudents);
|
scanf("%d", &maxStudents);
|
||||||
|
|
||||||
if (maxStudents <= 0) {
|
if (maxStudents <= 0) {
|
||||||
printf("Nespravny vstup\n");
|
printf("Nespravny vstup");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user