This commit is contained in:
Yaroslav Orlianskyi 2022-03-09 13:58:05 +01:00
parent eb81beb4f6
commit 4b1bd12a4e
2 changed files with 0 additions and 8 deletions

Binary file not shown.

View File

@ -17,14 +17,6 @@ int main(){
max = results[i];
i++;
}else{
do{
printf("Súťažiaci č. %d vypil %d pohárovav.\n", results[a], results[a]);
if(a == i - 1){
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n", max, max);
break;
}
a++;
}while(a < i);
break;
}
}