URL shortening X49446


Statement
 

pdf   zip

html

Input

The input will be a positive integer.

Output

The output will be the shortened URL key expressed as base 62 number.

Public test cases
  • Input

    31
    

    Output

    F
    
  • Input

    4294967291
    

    Output

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