[백준/코틀린] 25083번: 새싹
브론즈 5
링크
풀이
생략
코드
1
2
3
4
5
6
7
8
9
10
11
fun main() = println(
"""
,r'"7
r`-_ ,' ,/
\. ". L_r'
`~\/
|
|
""".trimIndent()
)
This post is licensed under CC BY 4.0 by the author.