Aktualizovat „du5/program.c“
This commit is contained in:
parent
c43489c78d
commit
74fbd46f9f
@ -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]){
|
||||
|
Loading…
Reference in New Issue
Block a user