????4??????????

????????????????????????????????????????a1????????????????????????r???????????????????????????????????????????????????????????????????????趨????????????????ε??????????????????????????????????????10.00??????????????????????????????????????????????????????????????????????????


/*
????: ??PERSON????????浽???У???????????????????沢????0
????: pData?? ?豣?????????
          map?? ???????????????
????: ???????????????0?????????0?
*/
int AddPerson(PERSON *pData?? CPersonMap *map)
{
    if(map->Search(&pData->name)) return 0;
 
      map->Add(pData);
      return 1;
}


????????PERSON *pData????????????“??”?????????PERSON???????????????name?????“??”???????????CpersonMap *map?????????????????key????PERSON????????????????????????????д????????????0???????浽????????????map->Search(&pData->name)????true???????????????????????????????????????鷳????????????map->Search(&pData->name)????true???????????

?????????????????????????????????????????????????????????????????????????????????????д???????????????????????????????????????????·?????趨??????????????????趨????????????????????????

????5?????????

??????????????????γ????????????????????????????????????????????趨????????(????)?????????????????????????????????γ??????????????????


/*
????: ??????????????????Ч???????????????????Ч??????????
????: reset???true???????????
????: int????????Ч??
*/
int PowerEffect(bool reset)
{
    //??????????????????????????????????????γ???????
staticint times = 0;
if(reset) times = 0;
        times++;
 
    int effect[] = {9?? 9?? 8?? 7?? 6?? 5?? 4?? 3?? 2?? 1?? 0};
    if(times >= sizeof(effect) / sizeof(effect[0]))
        return 0;
    return effect[times];
}


???????????times??????????????????????????????????????????????????????????У???????????????????п?????????????????????????????????????????????????????????У?δ????????????????????????????????????????

????6???ж?????

?????ж??????????????????????????????й????У??????λ???????????????ж???????ú???????????????????????????????????????????????????????????????????????

????7?????

????????г??????????????????Σ?????????????????????????????????????????????????????????????“?????????”?????????????????????????????????????Щ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????д????????????????????????????