360b卷编程题第一题(动态规划解法)

 
import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Scanner; public class Main { public static void main(String[] arg) {
        Scanner scanner = new Scanner(System.in); int inp = scanner.nextInt();
        String nu = scanner.nextLine();
        String str = scanner.nextLine();
        String[] strs = str.split(" ");
        List<Integer> lists = new ArrayList<>(); for (int i = 0; i < strs.length; i++) {
            lists.add(i, Integer.parseInt(strs[i]));
        }
        System.out.println(test(lists));
    } public static float test(List<Integer> str) { float count = 0; float t = 0; for (int j = 0; j < str.size(); j++) { if (str.get(j) == 2){
                str.set(j,1); float t1 = test(str);
                str.set(j,2);
                str.set(j,0); float t2 = test(str);
                str.set(j,2);
                count = (t1+t2)/2; return count;
            } if (str.get(j) == 1) {
                t = t + 1;
                count = count + t;
            } if (str.get(j) ==0){
                t=0;
                count =count +0;
            }
        } return count;
    }
}
#360笔试##笔试题目##360公司#
全部评论

相关推荐

手撕没做出来是不是一定挂
Chrispp3:不会,写出来也不一定过
点赞 评论 收藏
分享
10-30 22:18
已编辑
毛坦厂中学 C++
点赞 评论 收藏
分享
10-17 17:14
门头沟学院 C++
牛客410039819号:北京地区大多是919和927,这两场挂太多人了
投递华为等公司10个岗位
点赞 评论 收藏
分享
评论
点赞
3
分享
牛客网
牛客企业服务