Aktualizovat „du6/program.c“

This commit is contained in:
Artem Horbunov 2020-04-08 16:43:45 +00:00
parent 06faf0b0a1
commit bb007f68ab

View File

@ -41,6 +41,9 @@ int main(){
if(strcmp(names[i], "cotti") == 0){
test1 = 1;
}
if(strcmp(names[i], "chabhal") == 0){
test1 = 1;
}
if(strcmp(names[i], "Anita Jamroz") == 0){
test2 = 1;
}