今晚度小满第一题,大佬们能不能帮我看看哪里错了

用切割字符的方法比较的,只AC到18,感觉思路没问题呀。。
import java.math.BigDecimal;
import java.util.*;

public class Main { public static void emoji(BigDecimal[] arr){
        for (int i = 0; i < arr.length; i++) {
            BigDecimal num = arr[i];
            String str = String.valueOf(num);
            for (int j = 1; j < str.length(); j++) {
                char temp = result(str,j);
                if (temp == 'G' && j == str.length()-1) {
                    System.out.println("G");
                    break;
                }
                if (temp == 'H') {
                    System.out.println("H");
                    break;
                }
                else if(j == str.length()-1){
                    System.out.println("S");
                    break;
                }
            }
        }
    }
    public static char result(String s,int i){
        int count = 0;
        int res = 0;
        BigDecimal big = new BigDecimal(Integer.valueOf(s));
        for (int j = 0; j+i < s.length()+1; j++) {
            res++;
             int temp = Integer.parseInt(s.substring(j,j+i));
             BigDecimal small = new BigDecimal(temp);
             try {
                 big.divide(small);
                 count++;
             }
             catch (ArithmeticException e)
             {
                 if (count > 1)
                     count = 1;
             }
        }
        if (count == res)
            return 'G';
        else if (count == 0)
            return 'S';
        return 'H';
    }

    public static void main(String[] args) {

        Scanner in = new Scanner(System.in);
        int n = in.nextInt();
        in.nextLine();
        if (n < 1 || n > 100)
            return;
        BigDecimal[] arr = new BigDecimal[n];
        BigDecimal d1 = new BigDecimal(1);
        BigDecimal d2 = new BigDecimal(Math.pow(10,12));
        try {
            for (int i = 0; i < n; i++) {
                arr[i] = new BigDecimal(in.nextLine());
                if (arr[i].compareTo(d1)<0 || arr[i].compareTo(d2) > 0)
                    return;
            }
        }
        catch (Exception e){
            return;
        }

        in.close();

        emoji(arr);
    }
}

#度小满##笔试题目##春招#
全部评论
java 不处理0 9%
点赞 回复 分享
发布于 2019-04-28 23:47
今天还有笔试吗?😥不是说今天截止招?
点赞 回复 分享
发布于 2019-04-28 23:01
你过了多少?我是18%  9%
点赞 回复 分享
发布于 2019-04-28 23:15
55%, 9%
点赞 回复 分享
发布于 2019-04-29 08:15

相关推荐

爱看电影的杨桃allin春招:我感觉你在炫耀
点赞 评论 收藏
分享
不愿透露姓名的神秘牛友
09-30 19:49
起名星人:蛮离谱的,直接要求转投销售
投递汇川技术等公司10个岗位
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务