Binary to Hexadecimal

0

0 votes
Easy
Problem

Question:

Write a program which converts given Binary number to hexadecimal number.

Input:

First and only line of input contains a binary number.

Output:

Print hexadecimal number such that all its alphabetical characters are in UPPERCASE.

Time Limit: 0.11
Memory Limit: 256
Source Limit:
Editor Image

?