摘要: 原创 题目为:()()()+()()()=()()() 将1~9这9个数字填入括号,每个数字只能用一次。 枚举: 1 public class Test { 2 public static void main(String[] args){ 3 int a[]=new int[9]; 4 int f 阅读全文
posted @ 2018-07-09 23:27 一转身已万水千山 阅读(209) 评论(0) 推荐(0)