프로그래밍_일반/백준
boj 13752
Spadework
2020. 2. 6. 12:43
* Solved 기준 브론즈3 단순 풀이
for _ in range(int(input())):
print('='*int(input()))