Problem Description
You task is to create an elementary pluralizer program that takes several nouns in singular form then outputs their plural format using the incomplete set of rules below.
Input Format
The first line of input contains a single positive integer n where 1≤n≤10 followed by n lines containing one word each.
Output Format
Print the given n words in their plural forms on separate lines in the same order as was given in the Input