From 944995535d4ad2cdadd118fe58ad934b71db0adf Mon Sep 17 00:00:00 2001 From: sm4640 Date: Wed, 21 Jan 2026 18:46:38 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0=20?= =?UTF-8?q?=ED=85=9C=ED=94=8C=EB=A6=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- solve_template.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 solve_template.py diff --git a/solve_template.py b/solve_template.py new file mode 100644 index 0000000..d6e08d3 --- /dev/null +++ b/solve_template.py @@ -0,0 +1,21 @@ +# 제목 + +import sys + +input = sys.stdin.readline + +def solution(): + + + return + + +solution() + +""" +걸린 시간: + +시간 복잡도: + +해설: +""" \ No newline at end of file