This commit is contained in:
Yaroslav Orlianskyi 2022-03-09 14:08:37 +01:00
parent 77dfe1dc96
commit 0517ff070c
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -16,6 +16,8 @@ int main(){
/*if(max < results[i]) /*if(max < results[i])
max = results[i];*/ max = results[i];*/
i++; i++;
}else if(i == 0){
printf("Chyba: Málo platných hodnôt.\n");
}else{ }else{
break; break;
} }