From 2e48a5331aae6a7a00ea083583de8efab0349d9b Mon Sep 17 00:00:00 2001 From: doitcodingtest <108266421+doitcodingtest@users.noreply.github.com> Date: Fri, 31 Oct 2025 01:24:19 +0900 Subject: [PATCH 1/3] =?UTF-8?q?Rename=20P1377=5F=EB=B2=84=EB=B8=94?= =?UTF-8?q?=EC=86=8C=ED=8A=B81.py=20to=20P1377=5F=EB=B2=84=EB=B8=94?= =?UTF-8?q?=EC=A0=95=EB=A0=AC1.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../P1377_\353\262\204\353\270\224\354\240\225\353\240\2541.py" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename "\354\240\225\353\240\254/P1377_\353\262\204\353\270\224\354\206\214\355\212\2701.py" => "\354\240\225\353\240\254/P1377_\353\262\204\353\270\224\354\240\225\353\240\2541.py" (95%) diff --git "a/\354\240\225\353\240\254/P1377_\353\262\204\353\270\224\354\206\214\355\212\2701.py" "b/\354\240\225\353\240\254/P1377_\353\262\204\353\270\224\354\240\225\353\240\2541.py" similarity index 95% rename from "\354\240\225\353\240\254/P1377_\353\262\204\353\270\224\354\206\214\355\212\2701.py" rename to "\354\240\225\353\240\254/P1377_\353\262\204\353\270\224\354\240\225\353\240\2541.py" index 406b09b..a4a0d93 100644 --- "a/\354\240\225\353\240\254/P1377_\353\262\204\353\270\224\354\206\214\355\212\2701.py" +++ "b/\354\240\225\353\240\254/P1377_\353\262\204\353\270\224\354\240\225\353\240\2541.py" @@ -10,4 +10,4 @@ for i in range(N): if Max < sorted_A[i][1] - i: # 정렬 전 index - 정렬 후 index 계산의 최댓값 저장하기 Max = sorted_A[i][1] - i -print(Max + 1) \ No newline at end of file +print(Max + 1) From 2e7b26934af4f9ffc881cf19a166fea0e5814af6 Mon Sep 17 00:00:00 2001 From: doitcodingtest <108266421+doitcodingtest@users.noreply.github.com> Date: Fri, 31 Oct 2025 01:24:36 +0900 Subject: [PATCH 2/3] =?UTF-8?q?Rename=20P1517=5F=EB=B2=84=EB=B8=94?= =?UTF-8?q?=EC=86=8C=ED=8A=B82.py=20to=20P1517=5F=EB=B2=84=EB=B8=94?= =?UTF-8?q?=EC=A0=95=EB=A0=AC2.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../P1517_\353\262\204\353\270\224\354\240\225\353\240\2542.py" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "\354\240\225\353\240\254/P1517_\353\262\204\353\270\224\354\206\214\355\212\2702.py" => "\354\240\225\353\240\254/P1517_\353\262\204\353\270\224\354\240\225\353\240\2542.py" (100%) diff --git "a/\354\240\225\353\240\254/P1517_\353\262\204\353\270\224\354\206\214\355\212\2702.py" "b/\354\240\225\353\240\254/P1517_\353\262\204\353\270\224\354\240\225\353\240\2542.py" similarity index 100% rename from "\354\240\225\353\240\254/P1517_\353\262\204\353\270\224\354\206\214\355\212\2702.py" rename to "\354\240\225\353\240\254/P1517_\353\262\204\353\270\224\354\240\225\353\240\2542.py" From dfb8ee001d4bdf55536954fb8613419752fdd2a4 Mon Sep 17 00:00:00 2001 From: doitcodingtest <108266421+doitcodingtest@users.noreply.github.com> Date: Fri, 31 Oct 2025 01:30:53 +0900 Subject: [PATCH 3/3] =?UTF-8?q?Rename=20P1206=5FDFS=EC=99=80BFS.py=20to=20?= =?UTF-8?q?P1260=5FDFS=EC=99=80BFS.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../P1260_DFS\354\231\200BFS.py" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "\355\203\220\354\203\211/P1206_DFS\354\231\200BFS.py" => "\355\203\220\354\203\211/P1260_DFS\354\231\200BFS.py" (100%) diff --git "a/\355\203\220\354\203\211/P1206_DFS\354\231\200BFS.py" "b/\355\203\220\354\203\211/P1260_DFS\354\231\200BFS.py" similarity index 100% rename from "\355\203\220\354\203\211/P1206_DFS\354\231\200BFS.py" rename to "\355\203\220\354\203\211/P1260_DFS\354\231\200BFS.py"