摘要:
词语讲解 1. 出迎え(でむかえ) 【名】出去迎接、迎接 2. こんにちは ⑤ 你好(下午见面时的寒暄语) 3. おはよう(ございます) 早上好 4. こんばんは ⑤ 晚上好 5. どうもすみません 实在对不起 6. どうも ① 【副】非常、很 7. すみません ④ 对不起;请问(excuse me 阅读全文
posted @ 2022-07-18 18:34
V_Melville
阅读(60)
评论(0)
推荐(0)
T1: 水仙花指数 模拟 代码实现 n = int(input()) ans = 0 while n != 0: ans += (n%10)**3 n //= 10 print(ans) T2:因数之和 遍历 $i = 1, \cdots , N$,把 $\lfloor\frac{N}{i}\rfl
浙公网安备 33010602011771号