public class Main { public static void main(String[] args) { System.out.printf("%15d",Integer.parseInt("ABCDEF",16)); } }