Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteKr committed Apr 17, 2022
1 parent 93972a0 commit 3b6eb14
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7 deletions.
26 changes: 19 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[![Solved.ac Profile](http://mazassumnida.wtf/api/v2/generate_badge?boj=WhiteKr)](https://solved.ac/whitekr)

## 문제 풀이 현황 (82문제)
## 문제 풀이 현황 (83문제)

### 언어별 코드 수
<table>
Expand All @@ -15,9 +15,9 @@
</tr>
<tr>
<td><b>Kotlin</b></td>
<td>64</td>
<td>864</td>
<td>22.81 kB</td>
<td>65</td>
<td>883</td>
<td>23.42 kB</td>
</tr>
<tr>
<td><b>C++</b></td>
Expand All @@ -39,9 +39,9 @@
</tr>
<tr>
<td><b>Total</b></td>
<td>83</td>
<td>1,096</td>
<td>26.78 kB</td>
<td>84</td>
<td>1,115</td>
<td>27.38 kB</td>
</tr>
</table>

Expand Down Expand Up @@ -339,6 +339,18 @@
<a href="src/2/2577.kt">Kotlin</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.acmicpc.net/problem/2588">
<img src="https://static.solved.ac/tier_small/2.svg" height="14">
2588 곱셈
</a>
</td>
<td>
<img src="https://via.placeholder.com/12/A97BFF/000000?text=+" height="12">
<a href="src/2/2588.kt">Kotlin</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.acmicpc.net/problem/2675">
Expand Down
8 changes: 8 additions & 0 deletions action/solved.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,14 @@
"src/2/2577.kt"
]
},
{
"id": 2588,
"title": "곱셈",
"level": 2,
"codes": [
"src/2/2588.kt"
]
},
{
"id": 2675,
"title": "문자열 반복",
Expand Down

0 comments on commit 3b6eb14

Please sign in to comment.