Cyphers and Letters X82815


Statement
 

pdf   zip

html

Input

The input will be three lines, each one with one word                                                                                  first addend second added result                                                                                  Output

If there is a solution:

A line representing the sum, using only numbers and the symbols ’+’ and ’=’ > first added as numbe+second added as number=result as number

If there is no solution: > NO SOLUTION

Public test cases
  • Input

    LET
    LEE
    ALL
    

    Output

    156+155=311
    
  • Input

    GIVEN
    ME
    MORE
    

    Output

    NO SOLUTION
    
  • Information
    Author
    HP CodeWars
    Language
    English
    Official solutions
    Python
    User solutions
    Python