-->
当前位置:首页 > 题库

PROGRAMMING:Print n = numbers

Luz5年前 (2021-05-10)题库371
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