21 lines
150 B
Python
21 lines
150 B
Python
# 제목
|
|
|
|
import sys
|
|
|
|
input = sys.stdin.readline
|
|
|
|
def solution():
|
|
|
|
|
|
return
|
|
|
|
|
|
solution()
|
|
|
|
"""
|
|
걸린 시간:
|
|
|
|
시간 복잡도:
|
|
|
|
해설:
|
|
""" |