Update 'du2/program.c'
This commit is contained in:
parent
848939b8cf
commit
68a7982efc
@ -3,19 +3,17 @@
|
|||||||
#define VELKOST_POLA 52
|
#define VELKOST_POLA 52
|
||||||
|
|
||||||
int main(){
|
int main(){
|
||||||
//int i=1;
|
int i=1;
|
||||||
int value = 0;
|
int value = 0;
|
||||||
|
memset(pole,0,VELKOST_POLA * sizeof(int));
|
||||||
int r = scanf("%d",&value);
|
int r = scanf("%d",&value);
|
||||||
if (r == 1){
|
for(r<=value){
|
||||||
printf("Úspešne som načítal hodnotu %d\n",value);
|
|
||||||
|
r++;
|
||||||
|
i++
|
||||||
}
|
}
|
||||||
else {
|
printf("Úspešne som načítal hodnotu %d\n",i);
|
||||||
printf("Načítanie sa nepodarilo. V premennej value ostala pôvodná hodnota. \n");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
// int pole[VELKOST_POLA];
|
// int pole[VELKOST_POLA];
|
||||||
//int vysledky[VELKOST_POLA]
|
//int vysledky[VELKOST_POLA]
|
||||||
//memset(pole,0,VELKOST_POLA * sizeof(int));
|
|
||||||
//for()
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user