Skip to content

Commit

Permalink
AUTO : Update recent.json
Browse files Browse the repository at this point in the history
ingyu1008 committed Jun 24, 2024
1 parent 2da1443 commit d9f264f
Showing 5 changed files with 39 additions and 10 deletions.
Binary file modified __pycache__/Database.cpython-310.pyc
Binary file not shown.
21 changes: 15 additions & 6 deletions database.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"success": true,
"result": {
"total_problems": 1916,
"total_problems": 1917,
"total_page": 1,
"problems": [
{
@@ -16645,6 +16645,15 @@
"solved_count": 584,
"average_try": 1.2209
},
{
"id": 30802,
"level": 3,
"level_locked": 0,
"solvable": 1,
"title": "\uc6f0\ucef4 \ud0a4\ud2b8",
"solved_count": 1644,
"average_try": 1.5931
},
{
"id": 30868,
"level": 2,
@@ -17236,19 +17245,19 @@
"level_locked": 0,
"solvable": 1,
"title": "\ub4f1\uad50",
"solved_count": 227,
"average_try": 1.4978
"solved_count": 235,
"average_try": 1.4809
},
{
"id": 31994,
"level": 2,
"level_locked": 0,
"solvable": 1,
"title": "\uac15\ub2f9 \ub300\uad00",
"solved_count": 219,
"average_try": 1.1735
"solved_count": 224,
"average_try": 1.1696
}
]
},
"last_updated": "Mon Jun 24 06:16:05 2024"
"last_updated": "Mon Jun 24 12:21:25 2024"
}
12 changes: 11 additions & 1 deletion diff.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
{
"problems": []
"problems": [
{
"id": 30802,
"level": 3,
"level_locked": 0,
"solvable": 1,
"title": "\uc6f0\ucef4 \ud0a4\ud2b8",
"solved_count": 1644,
"average_try": 1.5931
}
]
}
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
올해 푼 문제 수: 393
올해 푼 문제 수: 394

| 문제 번호 | 문제 이름 | 난이도 | 풀이 날짜 |
| --- | --- | --- | --- |
| 30802 | [웰컴 키트](https://www.acmicpc.net/problem/30802) | <img height="25px" width="25px=" src="https://static.solved.ac/tier_small/3.svg"/> | 2024. 06. 24. |
| 31134 | [A Hero Named Magnus](https://www.acmicpc.net/problem/31134) | <img height="25px" width="25px=" src="https://static.solved.ac/tier_small/2.svg"/> | 2024. 06. 23. |
| 31994 | [강당 대관](https://www.acmicpc.net/problem/31994) | <img height="25px" width="25px=" src="https://static.solved.ac/tier_small/2.svg"/> | 2024. 06. 22. |
| 31962 | [등교](https://www.acmicpc.net/problem/31962) | <img height="25px" width="25px=" src="https://static.solved.ac/tier_small/2.svg"/> | 2024. 06. 20. |
@@ -21,4 +22,3 @@
| 31867 | [홀짝홀짝](https://www.acmicpc.net/problem/31867) | <img height="25px" width="25px=" src="https://static.solved.ac/tier_small/2.svg"/> | 2024. 06. 17. |
| 31822 | [재수강](https://www.acmicpc.net/problem/31822) | <img height="25px" width="25px=" src="https://static.solved.ac/tier_small/2.svg"/> | 2024. 06. 17. |
| 31821 | [학식 사주기](https://www.acmicpc.net/problem/31821) | <img height="25px" width="25px=" src="https://static.solved.ac/tier_small/2.svg"/> | 2024. 06. 17. |
| 31775 | [글로벌 포닉스](https://www.acmicpc.net/problem/31775) | <img height="25px" width="25px=" src="https://static.solved.ac/tier_small/2.svg"/> | 2024. 06. 17. |
12 changes: 11 additions & 1 deletion recent.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"problems": [
{
"id": 30802,
"level": 3,
"level_locked": 0,
"solvable": 1,
"title": "\uc6f0\ucef4 \ud0a4\ud2b8",
"solved_count": 1644,
"average_try": 1.5931,
"update_date": "Mon Jun 24 12:21:25 2024"
},
{
"id": 31134,
"level": 2,
@@ -3931,5 +3941,5 @@
"update_date": "Sat Jan 20 05:51:17 2024"
}
],
"last_updated": "Mon Jun 24 06:16:05 2024"
"last_updated": "Mon Jun 24 12:21:25 2024"
}

0 comments on commit d9f264f

Please sign in to comment.