Aktualizovat „du6/program.c“
This commit is contained in:
parent
2b9e226770
commit
06faf0b0a1
@ -95,9 +95,9 @@ int main(){
|
|||||||
if(test1){
|
if(test1){
|
||||||
strcpy(string, "");
|
strcpy(string, "");
|
||||||
}
|
}
|
||||||
char array[] = "";
|
char array[] = "\n";
|
||||||
if(test2){
|
if(test2){
|
||||||
strcpy(array, "\n");
|
strcpy(array, "");
|
||||||
}
|
}
|
||||||
//Print names
|
//Print names
|
||||||
if(newLines <= lines){
|
if(newLines <= lines){
|
||||||
|
Loading…
Reference in New Issue
Block a user