New Quest — Decimal Addition
A quiet summons. A sharper challenge. Mihkel is tasked with building not a trick, but a general method—one that can add any two decimal numbers. As suspicion brews and the Mill hums in secrecy, a new chapter of computation begins.
On the input tape, you’ll get two non-negative decimal numbers separated by +
sign. Your task is to compute the sum of these two numbers.
For example, if the input tape is 2+5
, your output tape should be 7
.