From 1f114e76ed2b3b9889f6800f8f2a0d67606e9b96 Mon Sep 17 00:00:00 2001 From: Artem Horbunov Date: Tue, 7 Apr 2020 14:27:43 +0000 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9Edu5/program.c=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du5/program.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/du5/program.c b/du5/program.c index e9dc7fe..a842821 100644 --- a/du5/program.c +++ b/du5/program.c @@ -82,7 +82,8 @@ int main(){ } } } - + + printf("Vysledky:\n"); for(int i = 0; i < newPos; i++){ printf("%d %s\n", newScore[i], newName[i]); }