Deft


私信TA

用户名:uq_70612468592

访问量:1628

签 名:

我是废物

等  级
排  名 865
经  验 3584
参赛次数 2
文章发表 14
年  龄 19
在职情况 学生
学  校 湖南民族学院
专  业 网络工程

  自我简介:

666

import java.util.Scanner;
public class JingZhiTrans {
       public static void main(String[] args) {
           Scanner sc = new Scanner(System.in);
           int num = sc.nextInt();
           String baZhi = Integer.toOctalString(num);
           System.out.print(baZhi);
       }
}
/*
Integer.toBinaryString(i)表示十进制转为二进制
Integer.toOctalString(i)表示十进制转为八进制
Integer.toHexString(i)表示十进制转为十六进制
*/

 

0.0分

1 人评分

  评论区

  • «
  • »