Saved Bookmarks
| 1. |
Write an algorithm to find the list of whichstudent IDs should be in the first group,followed by the student IDs which should be inthe second group as per the teacher'sinstructions.InputThe first line of the input consists of an integer- num Students, representing the number ofstudents participating in the quiz(N).The next lines consist okN spate-separatedintegers - studID. studID 2,...studiDN.representing student IDs for all theparticipantsOutputPrint N space-separated integers representingthe student IDs of first group followed by thestudent IDs of the second group. |
|
Answer» I can't UNDERSTAND QUESTION |
|