获赞
195
粉丝
19
关注
45
看过 TA
26
哈尔滨工程大学
2018
Java
IP属地:浙江
暂未填写个人简介
私信
关注
2021-04-08 12:33
已编辑
蚂蚁集团_技术专家
0 点赞 评论 收藏
分享
2017-07-17 23:30
蚂蚁集团_技术专家
内推免筛选
投递网易等公司10个岗位 >
0 点赞 评论 收藏
分享
2017-04-05 10:04
已编辑
蚂蚁集团_技术专家
传了几次代码,格式有错误,也不知道对不对,反正最后没有提交上,已GG。 -----更新 感谢 TomI同学提醒更改了代码 public class Main { public static void main(String[] args) { Scanner in = new Scanner(System.in); String str = in.nextLine(); char[] arr = str.toCharArray(); int len = arr.length; for (int i = 0; i < len; i++) {...
BBge:import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner in = new Scanner(System.in); String a; a = in.nextLine(); for(int i=0, j=0;i<a.length();i++,j++) { if((i+1)%16==1) { String b = Integer.toHexString(i); //int k = b.length(); for(int k =0;k<8-b.length();k++) { System.out.print("0"); } System.out.print(b+" "); } System.out.print(Integer.toHexString(a.charAt(i))+" "); if(j==7){ System.out.print(" "); j = -1; } if(i%16==15) { System.out.print(a.substring(i - 15, i + 1)); if (a.length() - i >= 16) System.out.print("\n"); } } } } 考试的时候没做出来,现在回过头重新做了下,不知道对不对
投递腾讯等公司10个岗位 >
0 点赞 评论 收藏
分享
关注他的用户也关注了:
牛客网
牛客企业服务