diff --git a/cv10/program.c b/cv10/program.c index 0f06b3b..86a22b4 100644 --- a/cv10/program.c +++ b/cv10/program.c @@ -6,7 +6,6 @@ int main() { int maxStudents; - printf("Zadajte maximálny počet študentov na prijatie: "); scanf("%d", &maxStudents); if (maxStudents <= 0) {