Diseña una función decimal_a_base(num, base) que dado un int num en base 10 y
un int base devuelva un string con la codificación de num en la base indicada.
Se prohibe utilizar cálculos logarítmicos.
Precondición
num>=0
2<=base<=10
About statements
The official statement of a problem is always the one
in the PDF document. The HTML version of the statement
is also given to help you, but may contain some content
that is not well displayed. In case of doubt, always use the PDF.