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 29, 2024
1 parent 490e270 commit 7f74578
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 8 deletions.
Binary file modified __pycache__/Database.cpython-310.pyc
Binary file not shown.
17 changes: 13 additions & 4 deletions database.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"success": true,
"result": {
"total_problems": 1920,
"total_problems": 1921,
"total_page": 1,
"problems": [
{
Expand Down Expand Up @@ -11785,6 +11785,15 @@
"solved_count": 6617,
"average_try": 2.2028
},
{
"id": 17350,
"level": 3,
"level_locked": 0,
"solvable": 1,
"title": "2\ub8e8\uc218 \uc774\ub984\uc774 \ubb50\uc57c",
"solved_count": 1365,
"average_try": 1.5267
},
{
"id": 17353,
"level": 19,
Expand Down Expand Up @@ -17272,8 +17281,8 @@
"level_locked": 0,
"solvable": 1,
"title": "\ub4f1\uad50",
"solved_count": 262,
"average_try": 1.4847
"solved_count": 277,
"average_try": 1.4801
},
{
"id": 31994,
Expand All @@ -17286,5 +17295,5 @@
}
]
},
"last_updated": "Sat Jun 29 00:50:24 2024"
"last_updated": "Sat Jun 29 06:14: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": 17350,
"level": 3,
"level_locked": 0,
"solvable": 1,
"title": "2\ub8e8\uc218 \uc774\ub984\uc774 \ubb50\uc57c",
"solved_count": 1365,
"average_try": 1.5267
}
]
}
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
올해 푼 문제 수: 397
올해 푼 문제 수: 398

| 문제 번호 | 문제 이름 | 난이도 | 풀이 날짜 |
| --- | --- | --- | --- |
| 17350 | [2루수 이름이 뭐야](https://www.acmicpc.net/problem/17350) | <img height="25px" width="25px=" src="https://static.solved.ac/tier_small/3.svg"/> | 2024. 06. 29. |
| 4806 | [줄 세기](https://www.acmicpc.net/problem/4806) | <img height="25px" width="25px=" src="https://static.solved.ac/tier_small/3.svg"/> | 2024. 06. 28. |
| 17094 | [Serious Problem](https://www.acmicpc.net/problem/17094) | <img height="25px" width="25px=" src="https://static.solved.ac/tier_small/3.svg"/> | 2024. 06. 27. |
| 22938 | [백발백준하는 명사수](https://www.acmicpc.net/problem/22938) | <img height="25px" width="25px=" src="https://static.solved.ac/tier_small/3.svg"/> | 2024. 06. 26. |
Expand All @@ -21,4 +22,3 @@
| 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. |
| 31922 | [이 대회는 이제 제 겁니다](https://www.acmicpc.net/problem/31922) | <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": 17350,
"level": 3,
"level_locked": 0,
"solvable": 1,
"title": "2\ub8e8\uc218 \uc774\ub984\uc774 \ubb50\uc57c",
"solved_count": 1365,
"average_try": 1.5267,
"update_date": "Sat Jun 29 06:14:40 2024"
},
{
"id": 4806,
"level": 3,
Expand Down Expand Up @@ -3971,5 +3981,5 @@
"update_date": "Sat Jan 20 05:51:17 2024"
}
],
"last_updated": "Sat Jun 29 00:50:24 2024"
"last_updated": "Sat Jun 29 06:14:40 2024"
}

0 comments on commit 7f74578

Please sign in to comment.