test
This commit is contained in:
parent
f1e642ca37
commit
e8a40d62ed
@ -6,7 +6,6 @@
|
||||
|
||||
int main() {
|
||||
int maxStudents;
|
||||
printf("Zadajte maximálny počet študentov na prijatie: ");
|
||||
scanf("%d", &maxStudents);
|
||||
|
||||
if (maxStudents <= 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user