HILA


私信TA

用户名:hilasama

访问量:2018

签 名:

等  级
排  名 4771
经  验 1641
参赛次数 0
文章发表 9
年  龄 0
在职情况 学生
学  校 广西科技师范学院
专  业

  自我简介:

解题思路:

注意事项:

参考代码:

Scanner in = new Scanner(System.in);

int a = in.nextInt();

System.out.print(a/1000+" ");

System.out.print(a/100%10+" ");

System.out.print(a/10%10+" ");

System.out.print(a%10);

}

}


 

0.0分

1 人评分

  评论区

  • «
  • »