프로그래밍_일반/백준
boj 10889
Spadework
2020. 1. 28. 22:15
* Solved 기준 브론즈5 단순 풀이
n = int(input())
print(111*(n**2)+11*n+1)