只剩哇 2022-04-05 00:52 采纳率: 100%
浏览 36
已结题

java代码,为什么输入aabbcc不能出现a2b2c2,如何解决?

代码如下:
public static void main(String[] args) {

        Scanner n =new Scanner(System.in);
        String n1 = n.nextLine();
        char[]x1 = n1.toCharArray();
        int count = 0;
        int b = 0;
        char c = x1[b];
        while (b <= x1.length)
        {
            if (c == x1[b])
            {
                count++;
                b++;
            }
            else
            {
                System.out.print((char) c+""+count);
                count = 0;
                b++;
                c = x1[b];

        }
    }
}
  • 写回答

3条回答 默认 最新

  • 关注

    你题目的解答代码如下:

        public static void main(String[] args) {
            Scanner n =new Scanner(System.in);
            String n1 = n.nextLine();
            char[]x1 = n1.toCharArray();
            int count = 1;
            int b = 1;
            char c = x1[0];
            while (b < x1.length)
            {
                if (c != x1[b])
                {
                    System.out.print((char) c+""+count);
                    count = 0;
                    c = x1[b];
                }
                count++;
                b++;
            }
            System.out.print((char) c+""+count);
        }
    

    如有帮助,请点击我的回答下方的【采纳该答案】按钮帮忙采纳下,谢谢!

    img

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

问题事件

  • 系统已结题 4月13日
  • 已采纳回答 4月5日
  • 创建了问题 4月5日

悬赏问题

  • ¥15 平板录音机录音问题解决
  • ¥15 请问维特智能的安卓APP在手机上存储传感器数据后,如何找到它的存储路径?
  • ¥15 (SQL语句|查询结果翻了4倍)
  • ¥15 Odoo17操作下面代码的模块时出现没有'读取'来访问
  • ¥50 .net core 并发调用接口问题
  • ¥15 网上各种方法试过了,pip还是无法使用
  • ¥15 用verilog实现tanh函数和softplus函数
  • ¥15 Hadoop集群部署启动Hadoop时碰到问题
  • ¥15 求京东批量付款能替代天诚
  • ¥15 slaris 系统断电后,重新开机后一直自动重启