摘要: ![](https://img2024.cnblogs.com/blog/3519130/202410/3519130-20241017085345836-879363533.png) 阅读全文
posted @ 2024-10-17 08:53 hl_ks 阅读(7) 评论(0) 推荐(0)
摘要: public class NarcissisticNumber { public static void main(String[] args) { for (int i = 100; i < 1000; i++) { int hundredsDigit = i / 100; int tensDig 阅读全文
posted @ 2024-10-17 08:41 hl_ks 阅读(16) 评论(0) 推荐(0)