• 周结
  • 好困啊啊啊啊啊啊啊啊啊

#include <bits/stdc++.h>
using namespace std;
int main(){
C语言好麻烦啊,什么都要手搓,还是js好;
周一电子lose日,大帝接cm失败,猫猫坐地铁坐错方向;
周五轰趴,好!好!好!;
从未见过如此社牛的人(指大帝),E人害怕;
自科好多大佬啊,不想鼠鼠只是一个菜狗什么也不会;
自科歌王cmjj我们喜欢你!;
熬夜好困啊,周日还困;
嗨皮完还要赶ddl,悲;
苦卷数据结构ing;
校赛可能要过不了力;
新的一周继续努力吧;
return 0;
}

const print = s => console.log(s)

class LWH {
    constructor(name, love_person, activity) {
        this.name = name
        this.love_person = love_person
        this.activity = activity
    }

    getLovedPersonName() {
        return this.love_person
    }

    getActivity() {
        return this.activity
    }

    describe() {
        return `我是${this.name},我喜欢${this.love_person},我${this.activity}了`;
    }
}

let lwh = new LWH('lwh', 'cmjj', '看痴梦姐姐唱歌')

print(lwh.getLovedPersonName())
print(lwh.getActivity())
print(lwh.describe())

自己看看输出结果吧