PROGRAMMING:Harbin Normal University (1)
###Harbin Normal University (1)

```
Harbin Normal University is located in Harbin, a famous historical and cultural city known as the "ice city and summer capital". It is an important talent training base and scientific research base for education, arts, humanities and Social Sciences and natural sciences in Heilongjiang Province. It is a high-level university under the key construction of Heilongjiang Province and an excellent school for undergraduate teaching evaluation of the Ministry of education. The university is the national "Midwest university basic ability construction project" University, and one of the 100 Midwest undergraduate universities supported by the state during the 13th Five Year Plan period.
The University adheres to the socialist direction of running a school, promotes the university culture represented by "Xingzhi spirit", practices the teaching principle of "learning from high school as a teacher and being upright as a model", adheres to the school motto of "encouraging students to learn, being resolute and far-reaching", and adheres to the principles of moral cultivation, quality improvement and innovative development. The school has won the titles of "Heilongjiang civilized unit pacesetter", "national advanced unit of spiritual civilization construction", "national civilized unit", "national civilized campus" and so on.
```
Please program out the English name of the school.
###Input format
The input is a 1-bit positive integer.
###Output format
Output the English name of the school in one line. The rules are as follows:
If the input integer is 1, the output result is all uppercase;
If the input integer is 2, the output result is all lowercase;
If the input integer is 3, the output result is capitalized;
If the input integer is other, the output result is capitalized.
###Input sample 1
```in
one
```
###Output sample 1
```out
HARBIN NORMAL UNIVERSITY
```
###Input sample 2
```in
two
```
###Output sample 2
```out
harbin normal university
```
###Input sample 3
```in
three
```
###Output sample 3
```out
Harbin Normal University
```
###Input sample 4
```in
ten
```
###Output sample 4
```out
HarbiN NormaL UniversitY
```
answer:If there is no answer, please comment

```
Harbin Normal University is located in Harbin, a famous historical and cultural city known as the "ice city and summer capital". It is an important talent training base and scientific research base for education, arts, humanities and Social Sciences and natural sciences in Heilongjiang Province. It is a high-level university under the key construction of Heilongjiang Province and an excellent school for undergraduate teaching evaluation of the Ministry of education. The university is the national "Midwest university basic ability construction project" University, and one of the 100 Midwest undergraduate universities supported by the state during the 13th Five Year Plan period.
The University adheres to the socialist direction of running a school, promotes the university culture represented by "Xingzhi spirit", practices the teaching principle of "learning from high school as a teacher and being upright as a model", adheres to the school motto of "encouraging students to learn, being resolute and far-reaching", and adheres to the principles of moral cultivation, quality improvement and innovative development. The school has won the titles of "Heilongjiang civilized unit pacesetter", "national advanced unit of spiritual civilization construction", "national civilized unit", "national civilized campus" and so on.
```
Please program out the English name of the school.
###Input format
The input is a 1-bit positive integer.
###Output format
Output the English name of the school in one line. The rules are as follows:
If the input integer is 1, the output result is all uppercase;
If the input integer is 2, the output result is all lowercase;
If the input integer is 3, the output result is capitalized;
If the input integer is other, the output result is capitalized.
###Input sample 1
```in
one
```
###Output sample 1
```out
HARBIN NORMAL UNIVERSITY
```
###Input sample 2
```in
two
```
###Output sample 2
```out
harbin normal university
```
###Input sample 3
```in
three
```
###Output sample 3
```out
Harbin Normal University
```
###Input sample 4
```in
ten
```
###Output sample 4
```out
HarbiN NormaL UniversitY
```
answer:If there is no answer, please comment