Problem A
Afjörmun
Languages
en
is
Input
The first line will contain the integer $n$ ($1 \leq n \leq 10^4$), the number of sentences in the memed text. The following $n$ lines will include one memed sentence each. Each sentence is at most $300$ characters.
Note that a sentence always ends with a full stop and the first character of each sentence can either be lowercase or uppercase. Also note that all characters are in the English alphabet.
Output
Write the sentences which appear in the input, in the same order, except each sentence should be written in unmemed form.
Scoring
Group |
Points |
Constraints |
1 |
50 |
$n = 1$ |
2 |
50 |
No further constraints. |
Sample Input 1 | Sample Output 1 |
---|---|
1 FoRrItUn Er SkEmMtIlEg. |
Forritun er skemmtileg. |
Sample Input 2 | Sample Output 2 |
---|---|
2 tHe MiToChOnDrIa Is ThE pOwErHoUsE oF tHe CeLl. MeMeS aRe FuN. |
The mitochondria is the powerhouse of the cell. Memes are fun. |