This commit is contained in:
Patrik Seman 2023-03-04 12:08:46 +01:00
parent fb0f283975
commit 5a43c96616

View File

@ -9,7 +9,7 @@ int main(){
int r=0;
while(i<VELKOST_POLA){
value=0;
int r = scanf("%d",&value);
int r = scanf("%d",&r);
pole[i]=r;
if(r >= 0 && r <= 9999){
i++;