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 30, 2024
1 parent ce1c7c5 commit ee26796
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": 1921,
"total_problems": 1922,
"total_page": 1,
"problems": [
{
Expand Down Expand Up @@ -6421,6 +6421,15 @@
"solved_count": 11923,
"average_try": 4.1693
},
{
"id": 9469,
"level": 3,
"level_locked": 0,
"solvable": 1,
"title": "\ud3f0 \ub178\uc774\ub9cc",
"solved_count": 1357,
"average_try": 1.1968
},
{
"id": 9470,
"level": 13,
Expand Down Expand Up @@ -17290,10 +17299,10 @@
"level_locked": 0,
"solvable": 1,
"title": "\uac15\ub2f9 \ub300\uad00",
"solved_count": 276,
"average_try": 1.2029
"solved_count": 277,
"average_try": 1.2022
}
]
},
"last_updated": "Sun Jun 30 00:55:52 2024"
"last_updated": "Sun Jun 30 06:14:47 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": 9469,
"level": 3,
"level_locked": 0,
"solvable": 1,
"title": "\ud3f0 \ub178\uc774\ub9cc",
"solved_count": 1357,
"average_try": 1.1968
}
]
}
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
올해 푼 문제 수: 398
올해 푼 문제 수: 399

| 문제 번호 | 문제 이름 | 난이도 | 풀이 날짜 |
| --- | --- | --- | --- |
| 9469 | [폰 노이만](https://www.acmicpc.net/problem/9469) | <img height="25px" width="25px=" src="https://static.solved.ac/tier_small/3.svg"/> | 2024. 06. 30. |
| 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. |
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": 9469,
"level": 3,
"level_locked": 0,
"solvable": 1,
"title": "\ud3f0 \ub178\uc774\ub9cc",
"solved_count": 1357,
"average_try": 1.1968,
"update_date": "Sun Jun 30 06:14:47 2024"
},
{
"id": 17350,
"level": 3,
Expand Down Expand Up @@ -3981,5 +3991,5 @@
"update_date": "Sat Jan 20 05:51:17 2024"
}
],
"last_updated": "Sun Jun 30 00:55:52 2024"
"last_updated": "Sun Jun 30 06:14:47 2024"
}

0 comments on commit ee26796

Please sign in to comment.