摘要: “水仙花数”是指一个三位数,它的各位数字的立方和等于其本身,比如:153=1³+5³+3³ 我们一般的写法: #include <iostream> #include <cstring> #include <algorithm> using namespace std; int main(){ fo 阅读全文
posted @ 2021-09-23 20:15 Selma003 阅读(113) 评论(0) 推荐(0)