From 74fbd46f9ffb14752c10f53637b1e47744c6d90a Mon Sep 17 00:00:00 2001 From: Artem Horbunov Date: Tue, 7 Apr 2020 15:30:27 +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 | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/du5/program.c b/du5/program.c index 668d087..bfe7af7 100644 --- a/du5/program.c +++ b/du5/program.c @@ -81,15 +81,7 @@ int main(){ break; } else if(newName[i][q] < newName[i + 1][q]){ - // int tmpScore = newScore[i + 1]; - // newScore[i + 1] = newScore[i]; - // newScore[i] = tmpScore; - - // char tmpName[50]; - // strcpy(tmpName, newName[i + 1]); - // strcpy(newName[i + 1], newName[i]); - // strcpy(newName[i], tmpName); - printf("|Else if|\n"); + // printf("|Else if|\n"); break; } // else if(newName[i][q] == newName[i + 1][q]){