llllmz

导航

2024年10月6日

202. 快乐数

摘要: 预计再过半个月就可以写项目了,不知道像我这样的彩笔,能不能驾驭得住项目难度,希望可以随便拿捏。 class Solution { public: bool isHappy(int n) { unordered_set<int> unset; while(1){ int sum = getNextNu 阅读全文

posted @ 2024-10-06 20:49 神奇的萝卜丝 阅读(14) 评论(0) 推荐(0)