Boy i = new Boy("Ma");
Girl u = new Girl("Deng");
i.love(u);
u.accepted();
i.miss(u);
i.takeCareOf(u);
boolean isHesitate = true;
while (isHesitate) {
i.waitFor(u);
isHesitate = u.thinkOver();
}
i.marry(u);
i.liveHappilyWith(u);
Deng, we've been in love for
1919 days 09 hours 22 minutes 55 seconds
Until the end of the world.
- Ma
Copyright © 20180423-2024 Ma 京ICP备19012747号-1