ASD
This commit is contained in:
parent
ad85bf77f0
commit
4f32bbf914
@ -15,6 +15,7 @@ int main(){
|
||||
if(max < results[i]){
|
||||
//printf("Súťažiaci č. %d vypil %d pohárov.\n",i+1,results[i]);
|
||||
max = results[i];
|
||||
}else if(max == results[i]){
|
||||
kolvo[a] = i;
|
||||
a++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user