摘要: ![](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)
摘要: import java.util.Scanner; public class CircleCalculator { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.ou 阅读全文
posted @ 2024-09-26 11:26 hl_ks 阅读(126) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/3519130/202409/3519130-20240926082749697-844744924.jpg) 阅读全文
posted @ 2024-09-26 08:28 hl_ks 阅读(10) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/3519130/202409/3519130-20240912100924830-680878036.png) 阅读全文
posted @ 2024-09-12 10:09 hl_ks 阅读(15) 评论(0) 推荐(0)
摘要: 继续学习多种语言技术,程序设计方面规划。 阅读全文
posted @ 2024-09-12 08:43 hl_ks 阅读(5) 评论(0) 推荐(0)