program.c

This commit is contained in:
Patrik Seman 2023-03-02 16:14:08 +01:00
parent 12d0e2185c
commit cf7ae103a2
2 changed files with 1 additions and 1 deletions

BIN
du2/program Executable file

Binary file not shown.

View File

@ -11,7 +11,7 @@ while(i<VELKOST_POLA){
pole[i]=r;
if(r==1){
i++;
printf("Súťažiaci č. %d vypil %d pohárov.\n", i,r);
printf("Súťažiaci č. %d vypil %d pohárov.\n", i,i);
}
else{