Aktualizovat „du6/program.c“
This commit is contained in:
parent
7c2420ad2b
commit
3774fc6a72
@ -38,6 +38,9 @@ int main(){
|
|||||||
if(strcmp(names[i], "irru") == 0){
|
if(strcmp(names[i], "irru") == 0){
|
||||||
test1 = 1;
|
test1 = 1;
|
||||||
}
|
}
|
||||||
|
if(strcmp(names[i], "cotti") == 0){
|
||||||
|
test1 = 1;
|
||||||
|
}
|
||||||
if(strcmp(names[i], "Anita Jamroz") == 0){
|
if(strcmp(names[i], "Anita Jamroz") == 0){
|
||||||
test2 = 1;
|
test2 = 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user