码迷,mamicode.com
首页 > 其他好文 > 详细

蓝桥杯 基础练习 十进制转十六进制

时间:2018-02-22 15:27:11      阅读:111      评论:0      收藏:0      [点我收藏+]

标签:exti   string   cas   ase   ring   print   int   case   static   

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


蓝桥杯 基础练习 十进制转十六进制

标签:exti   string   cas   ase   ring   print   int   case   static   

原文地址:https://www.cnblogs.com/1iHu4D0n9/p/8458244.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!