This commit is contained in:
Weber 2024-04-24 10:06:49 +00:00
parent f1e642ca37
commit e8a40d62ed

View File

@ -6,7 +6,6 @@
int main() {
int maxStudents;
printf("Zadajte maximálny počet študentov na prijatie: ");
scanf("%d", &maxStudents);
if (maxStudents <= 0) {