This commit is contained in:
Weber 2024-04-24 10:10:12 +00:00
parent 6cc6195f5d
commit b77f8970ae

View File

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