Smart spreadsheet X57483


Statement
 

pdf   zip

html
Public test cases
  • Input

    a = 4 + 3
    b = 10 + $a
    end
    

    Output

    7
    17
    
  • Input

    hewlett = 27 - 7
    packard = $hewlett / 5
    hewlett = $packard * $packard
    CodeWars = $hewlett + 1971
    Palo = $CodeWars - 2018
    Alto = -15 - $Palo 
    end
    

    Output

    20
    4
    16
    1987
    -31
    16
    
  • Information
    Author
    HP Codewars BCN
    Language
    English
    Official solutions
    C++
    User solutions
    C++ Python