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 20, 2024
1 parent 9febc38 commit b1f3323
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 6 deletions.
Binary file modified __pycache__/Database.cpython-310.pyc
Binary file not shown.
13 changes: 11 additions & 2 deletions database.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"success": true,
"result": {
"total_problems": 1913,
"total_problems": 1914,
"total_page": 1,
"problems": [
{
Expand Down Expand Up @@ -17220,8 +17220,17 @@
"title": "\uc774 \ub300\ud68c\ub294 \uc774\uc81c \uc81c \uac81\ub2c8\ub2e4",
"solved_count": 623,
"average_try": 1.3772
},
{
"id": 31962,
"level": 2,
"level_locked": 0,
"solvable": 1,
"title": "\ub4f1\uad50",
"solved_count": 170,
"average_try": 1.4176
}
]
},
"last_updated": "Thu Jun 20 12:20:39 2024"
"last_updated": "Thu Jun 20 18:16:18 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": 31962,
"level": 2,
"level_locked": 0,
"solvable": 1,
"title": "\ub4f1\uad50",
"solved_count": 170,
"average_try": 1.4176
}
]
}
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
올해 푼 문제 수: 390
올해 푼 문제 수: 391

| 문제 번호 | 문제 이름 | 난이도 | 풀이 날짜 |
| --- | --- | --- | --- |
| 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. |
| 29267 | [Случай с игрой](https://www.acmicpc.net/problem/29267) | <img height="25px" width="25px=" src="https://static.solved.ac/tier_small/2.svg"/> | 2024. 06. 18. |
| 31922 | [이 대회는 이제 제 겁니다](https://www.acmicpc.net/problem/31922) | <img height="25px" width="25px=" src="https://static.solved.ac/tier_small/2.svg"/> | 2024. 06. 17. |
Expand All @@ -21,4 +22,3 @@
| 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. |
| 31740 | [Split the SSHS 3](https://www.acmicpc.net/problem/31740) | <img height="25px" width="25px=" src="https://static.solved.ac/tier_small/12.svg"/> | 2024. 06. 17. |
| 31668 | [특별한 가지](https://www.acmicpc.net/problem/31668) | <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": 31962,
"level": 2,
"level_locked": 0,
"solvable": 1,
"title": "\ub4f1\uad50",
"solved_count": 170,
"average_try": 1.4176,
"update_date": "Thu Jun 20 18:16:18 2024"
},
{
"id": 25178,
"level": 6,
Expand Down Expand Up @@ -3901,5 +3911,5 @@
"update_date": "Sat Jan 20 05:51:17 2024"
}
],
"last_updated": "Thu Jun 20 12:20:39 2024"
"last_updated": "Thu Jun 20 18:16:18 2024"
}

0 comments on commit b1f3323

Please sign in to comment.