HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Sections > Arithmetic > problem:


51031 - Convert from Hex to Dec

Guest
• Review clarifications (1)

Section problems

• 50658 - The Message
• 50916 - Ascending Numbers
• 50917 - Descending Numbers
• 51029 - Buy Three Items
• 51032 - Triangle Property
• 51033 - Sum of the series
• 51027 - Download Percentage
• 51028 - Isosceles Triangles
• 51031 - Convert from Hex to Dec
• 51030 - Number of Right Triangles
• 50553 - Divisible by m
• 50554 - nth power of m
• 50557 - nth Power of m (Long Multiply)
• 50559 - Prime Factors of a Number
• 50565 - Binary numbers
• 50568 - Body Mass Index Calculator
• 50571 - Armstrong Numbers - 2

Feedback

If you notice incorrect translations in Contester, please let author know.

Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.
Question by Ibrahim Mesecan.

Convert from Hex to Dec

Question: Read a 3-digit hexadecimal number, print the decimal equivalent.

Input specification: You will be given 3 space separated hexadecimal digits (0..9 and A..F).

Output specification: Show one number.

Sample Input I
3 A 0
Sample Input II
0 C D
Sample Output I
928
Sample Output II
205

Explanation: for the first sample: 3 * 256 + 10 * 16 + 0 = 928.

Для отправки решений необходимо выполнить вход.

www.contester.ru