8000 [bot]auto workbook update · SooYeonida/basic-algo-lecture@8136f20 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8136f20

Browse files
author
[bot]auto-workbook
committed
[bot]auto workbook update
1 parent 870811c commit 8136f20

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

0x0C/solutions/15665.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/0x0C.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/12/?scale=20&title=progress&width=500&color=babaca&suffix=/20)
3+
![100%](https://progress-bar.dev/11/?scale=20&title=pr 8000 ogress&width=500&color=babaca&suffix=/20)
44

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

@@ -16,7 +16,7 @@
1616
| 15657 | [N과 M (8)](https://www.acmicpc.net/problem/15657) | - |
1717
| 15663 | [N과 M (9)](https://www.acmicpc.net/problem/15663) | - |
1818
| 15664 | [N과 M (10)](https://www.acmicpc.net/problem/15664) | - |
19-
| 15665 | [N과 M (11)](https://www.acmicpc.net/problem/15665) | [정답 코드](../0x0C/solutions/15665.cpp) |
19+
| 15665 | [N과 M (11)](https://www.acmicpc.net/problem/15665) | - |
2020
| 15666 | [N과 M (12)](https://www.acmicpc.net/problem/15666) | - |
2121
| 9663 | [N-Queen](https://www.acmicpc.net/problem/9663) | [정답 코드](../0x0C/solutions/9663.cpp) |
2222
| 1182 | [부분수열의 합](https://www.acmicpc.net/problem/1182) | [정답 코드](../0x0C/solutions/1182.cpp) |

0 commit comments

Comments
 (0)
0