We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1960c28 commit b16b256Copy full SHA for b16b256
README.md
@@ -182,6 +182,12 @@
182
* [행성 터널](https://www.acmicpc.net/problem/2887) (COCI): [Python 3.7 코드](/18/4.py)
183
* [최종 순위](https://www.acmicpc.net/problem/3665) (ICPC): [Python 3.7 코드](/18/5.py)
184
185
+#### 19장 S기업 최신 기출
186
+
187
+* [아기 상어](https://www.acmicpc.net/problem/16236): [Python 3.7 코드](19/1.py)
188
+* [청소년 상어](https://www.acmicpc.net/problem/19236): [Python 3.7 코드](19/2.py)
189
+* [어른 상어](https://www.acmicpc.net/problem/19237): [Python 3.7 코드](19/3.py)
190
191
### Part 4 부록
192
193
#### 부록 A 파이썬 문법
0 commit comments