Orange barrels
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Businessman Vasiliy, after reading the famous book decided to open a new business - to ship oranges barrels. Partners is important to know how many barrels of oranges are shipped every day.
Mobile phone only supports traslit Vasily, so he sends messages like "n bochek". For example, "3 bochki" or "1 bochka".
Write a program that selects the correct word (from "bochka", "bochek", "bochki") depending on the n.
Input
One integer n (0 ≤ n ≤ 1000).
Output
The phrase on traslite.
Examples
Input #1
Answer #1
Input #2
Answer #2
Input #3
Answer #3
Submissions 6K
Acceptance rate 21%