Introduction - If you have any usage issues, please Google them yourself
Joseph (Joseph) No. 1, 2, ..., n n individuals sit in a circle in a clockwise direction, one person holding a password (a positive integer). Beginning optionally a positive integer as the upper limit of m in the reported number, starting from the first person since the start sequence reported clockwise direction, report m stop the reported number. Reported m the man out of the line, his password as the new value of m, start from the next person in the clockwise direction from a reported number, and so on, until everyone is all out of the line so far. Try to design a program that determined the order of columns. [Basic requirements] way circular linked list storage structure to simulate this process, in accordance with the order of the columns to print the number of each.