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 18, 2024
1 parent c5b3f03 commit f138480
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": 1911,
"total_problems": 1912,
"total_page": 1,
"problems": [
{
Expand Down Expand Up @@ -16231,6 +16231,15 @@
"solved_count": 1108,
"average_try": 1.593
},
{
"id": 29267,
"level": 2,
"level_locked": 0,
"solvable": 1,
"title": "\u0421\u043b\u0443\u0447\u0430\u0439 \u0441 \u0438\u0433\u0440\u043e\u0439",
"solved_count": 165,
"average_try": 1.2
},
{
"id": 29340,
"level": 2,
Expand Down Expand Up @@ -17205,5 +17214,5 @@
}
]
},
"last_updated": "Tue Jun 18 06:15:41 2024"
"last_updated": "Tue Jun 18 12:20:53 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": 29267,
"level": 2,
"level_locked": 0,
"solvable": 1,
"title": "\u0421\u043b\u0443\u0447\u0430\u0439 \u0441 \u0438\u0433\u0440\u043e\u0439",
"solved_count": 165,
"average_try": 1.2
}
]
}
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
올해 푼 문제 수: 388
올해 푼 문제 수: 389

| 문제 번호 | 문제 이름 | 난이도 | 풀이 날짜 |
| --- | --- | --- | --- |
| 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. |
| 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. |
Expand All @@ -21,4 +22,3 @@
| 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. |
| 31656 | [Sticky Keys](https://www.acmicpc.net/problem/31656) | <img height="25px" width="25px=" src="https://static.solved.ac/tier_small/2.svg"/> | 2024. 06. 17. |
| 31654 | [Adding Trouble](https://www.acmicpc.net/problem/31654) | <img height="25px" width="25px=" src="https://static.solved.ac/tier_small/1.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": 29267,
"level": 2,
"level_locked": 0,
"solvable": 1,
"title": "\u0421\u043b\u0443\u0447\u0430\u0439 \u0441 \u0438\u0433\u0440\u043e\u0439",
"solved_count": 165,
"average_try": 1.2,
"update_date": "Tue Jun 18 12:20:53 2024"
},
{
"id": 31922,
"level": 2,
Expand Down Expand Up @@ -3881,5 +3891,5 @@
"update_date": "Sat Jan 20 05:51:17 2024"
}
],
"last_updated": "Tue Jun 18 06:15:41 2024"
"last_updated": "Tue Jun 18 12:20:53 2024"
}

0 comments on commit f138480

Please sign in to comment.