문제 해결 템플릿
This commit is contained in:
21
solve_template.py
Normal file
21
solve_template.py
Normal file
@@ -0,0 +1,21 @@
|
||||
# 제목
|
||||
|
||||
import sys
|
||||
|
||||
input = sys.stdin.readline
|
||||
|
||||
def solution():
|
||||
|
||||
|
||||
return
|
||||
|
||||
|
||||
solution()
|
||||
|
||||
"""
|
||||
걸린 시간:
|
||||
|
||||
시간 복잡도:
|
||||
|
||||
해설:
|
||||
"""
|
||||
Reference in New Issue
Block a user