0 点赞 评论 收藏
分享
0 点赞 评论 收藏
分享
0 点赞 评论 收藏
分享
2019-04-16 11:28
快手_数据平台_数据架构 0 点赞 评论 收藏
分享
向宇门桌:public static void main(String[] args) { Scanner in = new Scanner(System.in); String str = in.nextLine(); str = ","+ str; String [] arr = str.split(","); List<Integer> res = new ArrayList<>(); myfunc(arr,res,1); for(int i=1;i<res.size(); i++) if(res.get(i) < res.get(i-1)) { System.out.println("False"); return; } System.out.println("True"); } public static void myfunc(String [] arr,List<Integer> res,int i){ if(i >= arr.length) return; if(!arr[i].equals("None")){ myfunc(arr,res,2*i); res.add(Integer.valueOf(arr[i])); myfunc(arr,res,2*i+1); } }
投递快手等公司10个岗位 >
0 点赞 评论 收藏
分享
关注他的用户也关注了: