-
Notifications
You must be signed in to change notification settings - Fork 558
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
[bot]auto-workbook
committed
Mar 31, 2024
1 parent
94e3653
commit 51ae761
Showing
8 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Authored by : BaaaaaaaaaaarkingDog | ||
// Co-authored by : - | ||
// http://boj.kr/**************** | ||
#include <bits/stdc++.h> | ||
using namespace std; | ||
|
||
int main(void){ | ||
ios::sync_with_stdio(0); | ||
cin.tie(0); | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Authored by : BaaaaaaaaaaarkingDog | ||
// Co-authored by : - | ||
// http://boj.kr/**************** | ||
#include <bits/stdc++.h> | ||
using namespace std; | ||
|
||
int main(void){ | ||
ios::sync_with_stdio(0); | ||
cin.tie(0); | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Authored by : BaaaaaaaaaaarkingDog | ||
// Co-authored by : - | ||
// http://boj.kr/**************** | ||
#include <bits/stdc++.h> | ||
using namespace std; | ||
|
||
int main(void){ | ||
ios::sync_with_stdio(0); | ||
cin.tie(0); | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Authored by : BaaaaaaaaaaarkingDog | ||
// Co-authored by : - | ||
// http://boj.kr/**************** | ||
#include <bits/stdc++.h> | ||
using namespace std; | ||
|
||
int main(void){ | ||
ios::sync_with_stdio(0); | ||
cin.tie(0); | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Authored by : BaaaaaaaaaaarkingDog | ||
// Co-authored by : - | ||
// http://boj.kr/**************** | ||
#include <bits/stdc++.h> | ||
using namespace std; | ||
|
||
int main(void){ | ||
ios::sync_with_stdio(0); | ||
cin.tie(0); | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Authored by : BaaaaaaaaaaarkingDog | ||
// Co-authored by : - | ||
// http://boj.kr/**************** | ||
#include <bits/stdc++.h> | ||
using namespace std; | ||
|
||
int main(void){ | ||
ios::sync_with_stdio(0); | ||
cin.tie(0); | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 비트마스킹 | ||
|
||
![100%](https://progress-bar.dev/1/?scale=7&title=progress&width=500&color=babaca&suffix=/7) | ||
|
||
[문제집 링크](https://www.acmicpc.net/workbook/view/18875) | ||
|
||
| 문제 분류 | 문제 | 문제 제목 | 정답 코드 | | ||
| :--: | :--: | :--: | :--: | | ||
| 연습 문제 | 11723 | [집합](https://www.acmicpc.net/problem/11723) | [정답 코드](../Appendix%20C/solutions/11723.cpp) | | ||
| 연습 문제 | 1497 | [기타콘서트](https://www.acmicpc.net/problem/1497) | - | | ||
| 기본 문제✔ | 2961 | [도영이가 만든 맛있는 음식](https://www.acmicpc.net/problem/2961) | - | | ||
| 기본 문제✔ | 15787 | [기차가 어둠을 헤치고 은하수를](https://www.acmicpc.net/problem/15787) | - | | ||
| 기본 문제✔ | 24389 | [2의 보수](https://www.acmicpc.net/problem/24389) | - | | ||
| 응용 문제✔ | 2064 | [IP 주소](https://www.acmicpc.net/problem/2064) | - | | ||
| 응용 문제✔ | 17114 | [하이퍼 토마토](https://www.acmicpc.net/problem/17114) | - | |