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 26, 2024
1 parent c64c860 commit 1d889f7
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": 1917,
"total_problems": 1918,
"total_page": 1,
"problems": [
{
Expand Down Expand Up @@ -312,7 +312,7 @@
},
{
"id": 1074,
"level": 11,
"level": 10,
"level_locked": 0,
"solvable": 1,
"title": "Z",
Expand Down Expand Up @@ -13963,6 +13963,15 @@
"solved_count": 251,
"average_try": 4.3506
},
{
"id": 22938,
"level": 3,
"level_locked": 0,
"solvable": 1,
"title": "\ubc31\ubc1c\ubc31\uc900\ud558\ub294 \uba85\uc0ac\uc218",
"solved_count": 1448,
"average_try": 2.1499
},
{
"id": 22966,
"level": 4,
Expand Down Expand Up @@ -17245,8 +17254,8 @@
"level_locked": 0,
"solvable": 1,
"title": "\ub4f1\uad50",
"solved_count": 249,
"average_try": 1.4699
"solved_count": 253,
"average_try": 1.4625
},
{
"id": 31994,
Expand All @@ -17259,5 +17268,5 @@
}
]
},
"last_updated": "Wed Jun 26 06:16:55 2024"
"last_updated": "Wed Jun 26 12:21:59 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": 22938,
"level": 3,
"level_locked": 0,
"solvable": 1,
"title": "\ubc31\ubc1c\ubc31\uc900\ud558\ub294 \uba85\uc0ac\uc218",
"solved_count": 1448,
"average_try": 2.1499
}
]
}
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
올해 푼 문제 수: 394
올해 푼 문제 수: 395

| 문제 번호 | 문제 이름 | 난이도 | 풀이 날짜 |
| --- | --- | --- | --- |
| 22938 | [백발백준하는 명사수](https://www.acmicpc.net/problem/22938) | <img height="25px" width="25px=" src="https://static.solved.ac/tier_small/3.svg"/> | 2024. 06. 26. |
| 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. |
Expand All @@ -21,4 +22,3 @@
| 31922 | [이 대회는 이제 제 겁니다](https://www.acmicpc.net/problem/31922) | <img height="25px" width="25px=" src="https://static.solved.ac/tier_small/2.svg"/> | 2024. 06. 17. |
| 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. |
12 changes: 11 additions & 1 deletion recent.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"problems": [
{
"id": 22938,
"level": 3,
"level_locked": 0,
"solvable": 1,
"title": "\ubc31\ubc1c\ubc31\uc900\ud558\ub294 \uba85\uc0ac\uc218",
"solved_count": 1448,
"average_try": 2.1499,
"update_date": "Wed Jun 26 12:21:59 2024"
},
{
"id": 30802,
"level": 3,
Expand Down Expand Up @@ -3941,5 +3951,5 @@
"update_date": "Sat Jan 20 05:51:17 2024"
}
],
"last_updated": "Wed Jun 26 06:16:55 2024"
"last_updated": "Wed Jun 26 12:21:59 2024"
}

0 comments on commit 1d889f7

Please sign in to comment.