Skip to content

Commit 0cee04d

Browse files
author
[bot]auto-workbook
committed
[bot]auto workbook update
1 parent 61bbbb6 commit 0cee04d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

0x12/solutions/1747.cpp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Authored by : BaaaaaaaaaaarkingDog
2+
// Co-authored by : -
3+
// http://boj.kr/****************
4+
#include <bits/stdc++.h>
5+
using namespace std;
6+
7+
int main(void){
8+
ios::sync_with_stdio(0);
9+
cin.tie(0);
10+
11+
}

workbook/0x12.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 수학
22

3-
![100%](https://progress-bar.dev/20/?scale=39&title=progress&width=500&color=babaca&suffix=/39)
3+
![100%](https://progress-bar.dev/19/?scale=39&title=progress&width=500&color=babaca&suffix=/39)
44

55
[문제집 링크](https://www.acmicpc.net/workbook/view/8174)
66

@@ -41,7 +41,7 @@
4141
| 응용 문제 | 1735 | [분수 합](https://www.acmicpc.net/problem/1735) | - |
4242
| 응용 문제 | 3343 | [장미](https://www.acmicpc.net/problem/3343) | - |
4343
| 응용 문제 | 1963 | [소수 경로](https://www.acmicpc.net/problem/1963) | [정답 코드](../0x12/solutions/1963.cpp) |
44-
| 응용 문제 | 1747 | [소수&amp;팰린드롬](https://www.acmicpc.net/problem/1747) | [정답 코드](../0x12/solutions/1747.cpp) |
44+
| 응용 문제 | 1747 | [소수&amp;팰린드롬](https://www.acmicpc.net/problem/1747) | - |
4545
| 응용 문제 | 1256 | [사전](https://www.acmicpc.net/problem/1256) | - |
4646
| 응용 문제 | 2089 | [-2진수](https://www.acmicpc.net/problem/2089) | - |
4747
| 응용 문제 | 1019 | [책 페이지](https://www.acmicpc.net/problem/1019) | - |

0 commit comments

Comments
 (0)