From ad6a00299c4f76a219fb31839d9d501c6a095865 Mon Sep 17 00:00:00 2001 From: Kim Hyeonwoo Date: Sat, 27 Jan 2024 20:58:22 +0900 Subject: [PATCH] =?UTF-8?q?[Gold=20V]=20Title:=20=EB=8F=99=EC=A0=84,=20Tim?= =?UTF-8?q?e:=20156=20ms,=20Memory:=2036460=20KB=20-BaekjoonHub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Gold/9084.\342\200\205\353\217\231\354\240\204/README.md" | 4 ++-- .../\353\217\231\354\240\204.py" | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git "a/\353\260\261\354\244\200/Gold/9084.\342\200\205\353\217\231\354\240\204/README.md" "b/\353\260\261\354\244\200/Gold/9084.\342\200\205\353\217\231\354\240\204/README.md" index 329f3bb..9eebceb 100644 --- "a/\353\260\261\354\244\200/Gold/9084.\342\200\205\353\217\231\354\240\204/README.md" +++ "b/\353\260\261\354\244\200/Gold/9084.\342\200\205\353\217\231\354\240\204/README.md" @@ -4,7 +4,7 @@ ### 성능 요약 -메모리: 36460 KB, 시간: 172 ms +메모리: 36460 KB, 시간: 156 ms ### 분류 @@ -12,7 +12,7 @@ ### 제출 일자 -2024년 1월 27일 20:49:28 +2024년 1월 27일 20:58:16 ### 문제 설명 diff --git "a/\353\260\261\354\244\200/Gold/9084.\342\200\205\353\217\231\354\240\204/\353\217\231\354\240\204.py" "b/\353\260\261\354\244\200/Gold/9084.\342\200\205\353\217\231\354\240\204/\353\217\231\354\240\204.py" index 45abff8..7531333 100644 --- "a/\353\260\261\354\244\200/Gold/9084.\342\200\205\353\217\231\354\240\204/\353\217\231\354\240\204.py" +++ "b/\353\260\261\354\244\200/Gold/9084.\342\200\205\353\217\231\354\240\204/\353\217\231\354\240\204.py" @@ -36,4 +36,4 @@ results.append(dp[N][M]) for result in results: - print(result) + print(result) \ No newline at end of file