From ad9023cab1d75d26ab7162406e47e68510f7d5fe Mon Sep 17 00:00:00 2001 From: Oleksandr Hryshchenko Date: Tue, 9 Mar 2021 21:46:44 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'du2/program.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit aaaaaaa --- du2/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du2/program.c b/du2/program.c index 80dff52..724843e 100644 --- a/du2/program.c +++ b/du2/program.c @@ -77,7 +77,7 @@ int main() { printf("Chyba: Málo platných hodnôt.\n"); else { for(int i = 0; i < repeats; i++) - printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",max_position,max_number); + printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",max_positions[i],max_number); } return 0;