Update a4/program.c

This commit is contained in:
Viktor Daniv 2024-11-24 17:42:23 +00:00
parent 03a427d1f9
commit f8cf8190dc

View File

@ -43,11 +43,11 @@ int main() {
int n = 0;
// Načítanie vstupu
printf("Zadajte čísla oddelené medzerou: ");
if (!fgets(input, sizeof(input), stdin)) {
printf("Chyba pri načítaní vstupu.\n");
return 1;
}
// printf("Zadajte čísla oddelené medzerou: ");
// if (!fgets(input, sizeof(input), stdin)) {
// printf("Chyba pri načítaní vstupu.\n");
// return 1;
// }
// Parsovanie vstupu
char *token = strtok(input, " ");