This commit is contained in:
Yaroslav Orlianskyi 2022-03-09 13:55:02 +01:00
parent 12e7288a76
commit eb81beb4f6
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -11,7 +11,6 @@ int main(){
int value = 0; int value = 0;
int r = scanf("%d",&value); int r = scanf("%d",&value);
if (r == 1){ if (r == 1){
printf("Úspešne som načítal hodnotu %d\n",value);
results[i] = value; results[i] = value;
max = results[0]; max = results[0];
if(max < results[i]) if(max < results[i])