#include"Girl.h"
#include"Boy.h"
#include<iostream>
using namespace std;
int
main()
{
Girl she;
Boy me;
do
{
      she=me.FindGirl();         //我在茫茫人海中寻觅着一个值得守候一生的女孩

 


}
while (she.GetLover()==me     //经过无数个死循环,我找到了她
     &&she.IsMarry()==false   //幸好这个时候她还没有嫁人
     &&she.GetMettle==Femininity&Clever)   //她是多么的善解人意与冰聪雪慧
do
{
         me.Buy(Flowers);               //我鼓起勇气,带着玫瑰与戒指向她求婚
}
while(me.Courtship(she)==true);    //又经过了无数个死循环,她终于答应嫁给我
me.Marry(she);                             //我们携手走进教堂,她是我美丽的新娘

 


return 0;
}
--

相关文章:

  • 2021-12-08
  • 2022-12-23
  • 2021-11-28
  • 2021-12-08
  • 2021-06-10
猜你喜欢
  • 2021-11-11
  • 2021-07-21
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2021-10-04
相关资源
相似解决方案