This commit is contained in:
Kozar 2024-02-28 13:25:26 +01:00
parent 21898694d9
commit 45a1dc21e6

View File

@ -9,7 +9,6 @@ int main(){
int input;
while (count < FIELD_SIZE) {
printf("Pocet poharov pre sutaziacieho c. %d: ", count + 1);
if (scanf("%d", &input) != 1) {
printf("Chyba pri nacitavani. Koniec vstupu.\n");
break;