092.分糖果
#include<stdio.h>
void print(int s[]);
int judge(int c[]);
int j=0;
void main()
{
static int sweet[10]={10,2,8,22,16,4,10,6,14,20}; /*初始化数组数据*/
int i,t[10],l;
clrscr();
printf(" Child No. 1 2 3 4 5 6 7 8 9 10\n");
printf("--------------------------