100 atcoder#ABC168A. [ABC168A] ∴ (Therefore)
[ABC168A] ∴ (Therefore)
Score: points
Problem Statement
The cat Snuke wants to play a popular Japanese game called ÅtCoder, so Iroha has decided to teach him Japanese.
When counting pencils in Japanese, the counter word "本" follows the number. The pronunciation of this word varies depending on the number. Specifically, the pronunciation of "本" in the phrase " 本" for a positive integer not exceeding is as follows:
hon
when the digit in the one's place of is , , , , or ;pon
when the digit in the one's place of is , , or ;bon
when the digit in the one's place of is .
Given , print the pronunciation of "本" in the phrase " 本".
Constraints
- is a positive integer not exceeding .
Input
Input is given from Standard Input in the following format:
Output
Print the answer.
16
pon
The digit in the one's place of is , so the "本" in " 本" is pronounced pon
.
2
hon
183
bon