要求:分别用顺序结构和链式存储结构两种方法实现
#include <stdio.h>
#include <stdlib.h>
#define N //游戏参与人数
#define M //出局数字
void main()
{
}