ГлавнаяСборникиТурнирыРазделыФорумыУчастникиПечатьПомощьО системе

Разделы > Арифметика > задача:


50369 - Base Conversion

Гость
• Обсуждение задачи (1)

Задачи раздела

• 50372 - Number Quadruplets
• 51007 - Function f(x)
• 50413 - Valid Permutations
• 50481 - Car Parking
• 50417 - Fun Fair
• 50530 - Sum of Ratios
• 50384 - Permutations revisited
• 50368 - Right-most non zero digit in N!
• 50369 - Base Conversion
• 50407 - Missing Number
• 51003 - Double Prime
• 50807 - Euro to Leke
• 50433 - Sum of Cubes
• 50871 - Harmonic Mean
• 50521 - Pound to Grams
• 50432 - Numbers and Squares
• 50510 - What floor are they?

Обратная связь

Если у вас есть предложения или пожелания по работе Contester, посетите форум сайта www.contester.ru.

Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб.
Prepared by Ibrahim Mesecan.

Convert a from a base into another base

Question:
Given a string that represents a base X number, convert it to equivalent string in base Y. For example: "FE" in base 16 (Hexadecimal) is "254" in base 10 (Decimal) and "11111110" in base 2 (binary).

Input specification
You are first given two integers base1, and base2 which is 2 ≤ (base1, base2) ≤ 36. Then in the following line, you are given a string which is composed of digits (0..9) and/or upper case English letters (A..Z), and the decimal number is in the limit of 263-1.
Note: Letter 'A' represents 10, etc.

Output specification
Show one string, the converted number.

 Sample Input I     Sample Output I   
 16 26
 FDC8
 3I2K


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

www.contester.ru