diff --git a/__pycache__/Database.cpython-310.pyc b/__pycache__/Database.cpython-310.pyc index 047ba85..b0c1d1e 100644 Binary files a/__pycache__/Database.cpython-310.pyc and b/__pycache__/Database.cpython-310.pyc differ diff --git a/database.json b/database.json index 3c89a77..e037f09 100644 --- a/database.json +++ b/database.json @@ -1,7 +1,7 @@ { "success": true, "result": { - "total_problems": 1924, + "total_problems": 1925, "total_page": 1, "problems": [ { @@ -15178,6 +15178,15 @@ "solved_count": 593, "average_try": 1.6779 }, + { + "id": 25915, + "level": 3, + "level_locked": 0, + "solvable": 1, + "title": "\uc5f0\uc138\uc5ec \uc0ac\ub791\ud55c\ub2e4", + "solved_count": 917, + "average_try": 1.1374 + }, { "id": 25932, "level": 2, @@ -17322,5 +17331,5 @@ } ] }, - "last_updated": "Wed Jul 3 00:51:37 2024" + "last_updated": "Wed Jul 3 06:17:34 2024" } \ No newline at end of file diff --git a/diff.json b/diff.json index 6f9d7ad..da0b121 100644 --- a/diff.json +++ b/diff.json @@ -1,3 +1,13 @@ { - "problems": [] + "problems": [ + { + "id": 25915, + "level": 3, + "level_locked": 0, + "solvable": 1, + "title": "\uc5f0\uc138\uc5ec \uc0ac\ub791\ud55c\ub2e4", + "solved_count": 917, + "average_try": 1.1374 + } + ] } \ No newline at end of file diff --git a/readme.md b/readme.md index 7849d9d..759bf81 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,8 @@ -올해 푼 문제 수: 401 +올해 푼 문제 수: 402 | 문제 번호 | 문제 이름 | 난이도 | 풀이 날짜 | | --- | --- | --- | --- | +| 25915 | [연세여 사랑한다](https://www.acmicpc.net/problem/25915) | | 2024. 07. 03. | | 2041 | [숫자채우기](https://www.acmicpc.net/problem/2041) | | 2024. 07. 02. | | 4315 | [나무 위의 구슬](https://www.acmicpc.net/problem/4315) | | 2024. 07. 01. | | 9469 | [폰 노이만](https://www.acmicpc.net/problem/9469) | | 2024. 06. 30. | @@ -21,4 +22,3 @@ | 31821 | [학식 사주기](https://www.acmicpc.net/problem/31821) | | 2024. 06. 17. | | 31775 | [글로벌 포닉스](https://www.acmicpc.net/problem/31775) | | 2024. 06. 17. | | 31746 | [SciComLove (2024)](https://www.acmicpc.net/problem/31746) | | 2024. 06. 17. | -| 31740 | [Split the SSHS 3](https://www.acmicpc.net/problem/31740) | | 2024. 06. 17. | diff --git a/recent.json b/recent.json index f2b2433..744c197 100644 --- a/recent.json +++ b/recent.json @@ -1,5 +1,15 @@ { "problems": [ + { + "id": 25915, + "level": 3, + "level_locked": 0, + "solvable": 1, + "title": "\uc5f0\uc138\uc5ec \uc0ac\ub791\ud55c\ub2e4", + "solved_count": 917, + "average_try": 1.1374, + "update_date": "Wed Jul 3 06:17:35 2024" + }, { "id": 2041, "level": 20, @@ -4011,5 +4021,5 @@ "update_date": "Sat Jan 20 05:51:17 2024" } ], - "last_updated": "Wed Jul 3 00:51:37 2024" + "last_updated": "Wed Jul 3 06:17:35 2024" } \ No newline at end of file