/**
* We met in an unusual way.
* Thus, I wrote the following code in memory of our story.
*/
Boy i = new Boy("Xiao Bai");
Girl u = new Girl("Xiao Pang);
// May 29 2019,Our first date.
i.met(u);
// I found that you're the girl I'm looking for.
i.girl = u;
// Your happiness is my greatest happiness.
i.happy = u.happy;
// But our age gap is too big.
u.age + 11 = i.age;
// Although I seldom mention this, I am worried about it.
// But please believe that I really love you and deeply love you.
in_array(u,i.heart) = true;
i.swear = 'The rest of life is you.';
// I'm sure we'll have a wonderful wedding .
i.marry(u);
i.liveHappilyWith(u);
// Please trust me.
Xiao Pang, I have fallen in love with you for
Love u forever and ever.
- Xiao Bai