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]){