Hide
                                        Problem B
Stafur
                                            Submissions to this problem will only be marked as accepted if they receive at least a score of 100
      
        Letters by
        Amador Loureiro, Unsplash
      
    Input
The input is a single line containing a single upper case letter of the English alphabet.
Output
Print Jebb if the letter is a vowel, Neibb if the letter is a consonant and Kannski if it’s unknown.
Scoring
| 
           Group  | 
        
           Points  | 
        
           Constraints  | 
      
| 
           1  | 
        
           100  | 
        
           No further constraints  | 
      
| Sample Input 1 | Sample Output 1 | 
|---|---|
          A  | 
        
          Jebb  | 
      
| Sample Input 2 | Sample Output 2 | 
|---|---|
          B  | 
        
          Neibb  | 
      
