Skin Cancer X77022


Statement
 

pdf   zip

html

Input

The input consists of one line of 25 integers separated by spaces.

Output

Print out one of the following outputs classification: * Skin cancer * Benign skin mole * Recalibrate microscope

Public test cases
  • Input

    50 70 80 40 20 70 50 30 40 60 50 70 80 40 20 70 50 30 40 60 50 70 80 40 20
    

    Output

    Skin cancer
    
  • Input

    10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10
    

    Output

    Recalibrate microscope
    
  • Input

    90 90 80 90 90 100 100 100 100 110 110 110 110 110 100 100 100 100 100 120 120 120 120 120 120
    

    Output

    Benign skin mole
    
  • Information
    Author
    HP CodeWars
    Language
    English
    Official solutions
    C++ Python
    User solutions
    C++ Python Rust