Exercise: Determine if a list is a subset of another list

Idea: Establish a flag, and judge whether each value in the list is in the main list by looping. If it is, it is a subset. If one is not, it is not a subset of another list.

Supongo que te gusta

Origin blog.csdn.net/qq_42954795/article/details/127682723
Recomendado
Clasificación