Skip to content

Commit

Permalink
AUTO : Update recent.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ingyu1008 committed Jun 23, 2024
1 parent 4d2e8d3 commit a8a403f
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 9 deletions.
Binary file modified __pycache__/Database.cpython-310.pyc
Binary file not shown.
19 changes: 14 additions & 5 deletions database.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"success": true,
"result": {
"total_problems": 1915,
"total_problems": 1916,
"total_page": 1,
"problems": [
{
Expand Down Expand Up @@ -312,7 +312,7 @@
},
{
"id": 1074,
"level": 10,
"level": 11,
"level_locked": 0,
"solvable": 1,
"title": "Z",
Expand Down Expand Up @@ -16780,6 +16780,15 @@
"solved_count": 1029,
"average_try": 1.3508
},
{
"id": 31134,
"level": 2,
"level_locked": 0,
"solvable": 1,
"title": "A Hero Named Magnus",
"solved_count": 135,
"average_try": 1.8593
},
{
"id": 31230,
"level": 13,
Expand Down Expand Up @@ -17236,10 +17245,10 @@
"level_locked": 0,
"solvable": 1,
"title": "\uac15\ub2f9 \ub300\uad00",
"solved_count": 201,
"average_try": 1.1493
"solved_count": 205,
"average_try": 1.1561
}
]
},
"last_updated": "Sun Jun 23 06:15:33 2024"
"last_updated": "Sun Jun 23 12:19:40 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": 31134,
"level": 2,
"level_locked": 0,
"solvable": 1,
"title": "A Hero Named Magnus",
"solved_count": 135,
"average_try": 1.8593
}
]
}
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
올해 푼 문제 수: 392
올해 푼 문제 수: 393

| 문제 번호 | 문제 이름 | 난이도 | 풀이 날짜 |
| --- | --- | --- | --- |
| 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. |
| 25178 | [두라무리 휴지](https://www.acmicpc.net/problem/25178) | <img height="25px" width="25px=" src="https://static.solved.ac/tier_small/6.svg"/> | 2024. 06. 19. |
Expand All @@ -21,4 +22,3 @@
| 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. |
| 31746 | [SciComLove (2024)](https://www.acmicpc.net/problem/31746) | <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": 31134,
"level": 2,
"level_locked": 0,
"solvable": 1,
"title": "A Hero Named Magnus",
"solved_count": 135,
"average_try": 1.8593,
"update_date": "Sun Jun 23 12:19:40 2024"
},
{
"id": 31994,
"level": 2,
Expand Down Expand Up @@ -3921,5 +3931,5 @@
"update_date": "Sat Jan 20 05:51:17 2024"
}
],
"last_updated": "Sun Jun 23 06:15:33 2024"
"last_updated": "Sun Jun 23 12:19:40 2024"
}

0 comments on commit a8a403f

Please sign in to comment.