G
This commit is contained in:
parent
21898694d9
commit
45a1dc21e6
@ -9,7 +9,6 @@ int main(){
|
|||||||
int input;
|
int input;
|
||||||
|
|
||||||
while (count < FIELD_SIZE) {
|
while (count < FIELD_SIZE) {
|
||||||
printf("Pocet poharov pre sutaziacieho c. %d: ", count + 1);
|
|
||||||
if (scanf("%d", &input) != 1) {
|
if (scanf("%d", &input) != 1) {
|
||||||
printf("Chyba pri nacitavani. Koniec vstupu.\n");
|
printf("Chyba pri nacitavani. Koniec vstupu.\n");
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user