ASD
This commit is contained in:
parent
e72beb30a8
commit
4a75ad9032
@ -15,7 +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];
|
||||
kolvo[a] = i;
|
||||
kolvo[a] = i + 1;
|
||||
a = 0;
|
||||
}else if(max == results[i]){
|
||||
kolvo[a] = i - 1;
|
||||
|
Loading…
Reference in New Issue
Block a user