摘要: package four; public class text { public static void main(String[] args) { for(int i=100;i<1000;i++) { int ge=i%10; int shi=i/10%10; int bai=i/100; if 阅读全文
posted @ 2020-04-02 11:24 学习不错 阅读(130) 评论(0) 推荐(0)