PROGRAMMING:Print n = numbers
According to the given integer n, print n = signs on one line.
###Input format:
Enter an n value directly without any additional characters.
###Output format:
Continuously output n = signs without any additional characters.
###Input example:
```in
three
```
###Output example:
```out
===
```
answer:If there is no answer, please comment
###Input format:
Enter an n value directly without any additional characters.
###Output format:
Continuously output n = signs without any additional characters.
###Input example:
```in
three
```
###Output example:
```out
===
```
answer:If there is no answer, please comment