폴더 분리

This commit is contained in:
2026-02-23 11:14:50 +09:00
parent 4aebd20cf5
commit 0e8e68d12f
45 changed files with 0 additions and 0 deletions

21
template.py Normal file
View File

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