문제 해결 템플릿

This commit is contained in:
sm4640
2026-01-21 18:46:38 +09:00
parent a8b8451e08
commit 944995535d

21
solve_template.py Normal file
View File

@@ -0,0 +1,21 @@
# 제목
import sys
input = sys.stdin.readline
def solution():
return
solution()
"""
걸린 시간:
시간 복잡도:
해설:
"""