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