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