解题思路:

注意事项:

参考代码:

import java.util.Scanner;

public class Test {

    public static void main(String[] args) {
        Scanner sc = new Scanner(System.in);
        int n = sc.nextInt();
        System.out.println(Integer.toHexString(n).toUpperCase());
    }
}


 

0.0分

0 人评分

  评论区

  • «
  • »