摘要: 1. package Dmh; /** * 求能100以内能被三整除的数之和 * @author Administrator * */ public class d4zzy { public static void main(String[] args) { /* * 用for循环 */ int s 阅读全文
posted @ 2020-04-01 12:52 DmingH 阅读(124) 评论(0) 推荐(0)