Write an algorithm for the create list r of the elements of the common lists p and q

后端 未结 0 1093
死守一世寂寞
死守一世寂寞 2020-12-11 05:18

Write an algorithm for the create list r of the elements of the common lists p and q.

Example: p = 2,4,2,1,7,2,3,3 q = 7,2,2,3,3

r = 2,2,7,3,3

p         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题