Internet shoe shopping X45256


Statement
 

pdf   zip

html

Input The input will be two lines, the first one will be a letter, M for men’s shoes and L for ladies’ shoes. The second line will be the EU size.

Output The output will be the US size.

Public test cases
  • Input

    M
    43
    

    Output

    8.5
    
  • Information
    Author
    HP CodeWars
    Language
    English
    Official solutions
    C++
    User solutions
    C++ Haskell Java Python