Update 'du2/program.c'
This commit is contained in:
parent
d3387c6622
commit
59714107cb
@ -8,9 +8,10 @@ int main(){
|
|||||||
int vysledky[VELKOST_POLA];
|
int vysledky[VELKOST_POLA];
|
||||||
memset(pole,0,VELKOST_POLA * sizeof(int));
|
memset(pole,0,VELKOST_POLA * sizeof(int));
|
||||||
int r = scanf("%d",&value);
|
int r = scanf("%d",&value);
|
||||||
for(value=>r){
|
for(value>=r){
|
||||||
r++;
|
r++;
|
||||||
i++;
|
i++;
|
||||||
|
vysledky++;
|
||||||
}
|
}
|
||||||
printf("Úspešne som načítal hodnotu %d\n",i);
|
printf("Úspešne som načítal hodnotu %d\n",i);
|
||||||
// int pole[VELKOST_POLA];
|
// int pole[VELKOST_POLA];
|
||||||
|
Loading…
Reference in New Issue
Block a user