4. Ununion Lists
Привет. Моля за помощ при решението на следната задачка. Нещо съм блокирал и не мога да измисля как да я реша.
Ето и условието:
You will be given a sequence of integers, separated by a space. This is the primal list. Then you will receive an integer N. On the next N lines, you will receive sequences of integers. Your task is to add all elements that the primal list does not contain from the current sequence to the primal list and then remove from the primal list, all elements which are contained in the current sequence of integers. If there are several occurrences, remove all occurrences you find.
After you are done receiving lists and manipulating the primal list, sort the primal list and print it.
Пример:
пробваи вместо да зануляваш
к --;
j--; за да си спестиш няколко завъртания
а самите листове с дистинкт да ги подаваш на нови с уникални числа
и не проверяваш дали самите листове несъдържат повтарящи се числа