ASD
This commit is contained in:
parent
8a3c392047
commit
66dbbf22eb
BIN
du2/program
BIN
du2/program
Binary file not shown.
@ -15,9 +15,11 @@ int main(){
|
||||
if(max < results[i]){
|
||||
//printf("Súťažiaci č. %d vypil %d pohárov.\n",i+1,results[i]);
|
||||
max = results[i];
|
||||
a = 0;
|
||||
}else if(max == results[i]){
|
||||
kolvo[a] = i;
|
||||
kolvo[a] = i - 1;
|
||||
a++;
|
||||
kolvo[a] = i;
|
||||
}
|
||||
printf("Súťažiaci č. %d vypil %d pohárov.\n",i+1,results[i]);
|
||||
i++;
|
||||
|
Loading…
Reference in New Issue
Block a user