PROGRAMMING:Calculate wages
A company's standard working hours are 120 hours, and the hourly wage is 20 yuan. If the working hours exceed 120 hours, the excess part will be paid twice the hourly wage. Please write a program to calculate the monthly salary of employees.
###Input format:
Enter the number of hours an employee works
###Output format:
Output the salary of this employee
###Input example:
Here is a set of inputs. For example:
```in
forty
```
###Output example:
The corresponding output is given here. For example:
```out
eight hundred
```
answer:If there is no answer, please comment
###Input format:
Enter the number of hours an employee works
###Output format:
Output the salary of this employee
###Input example:
Here is a set of inputs. For example:
```in
forty
```
###Output example:
The corresponding output is given here. For example:
```out
eight hundred
```
answer:If there is no answer, please comment