forked from satnaing/astro-paper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Affected files: .obsidian/workspace.json src/content/blog/boj-random-defense.md
- Loading branch information
Showing
2 changed files
with
38 additions
and
16 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 |
---|---|---|
|
@@ -18,26 +18,21 @@ | |
"source": false | ||
} | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "f050f861ca13820a", | ||
"type": "tabs", | ||
"children": [ | ||
}, | ||
{ | ||
"id": "5aacb1a472f91ae8", | ||
"id": "6352edd452388512", | ||
"type": "leaf", | ||
"state": { | ||
"type": "markdown", | ||
"state": { | ||
"file": "src/content/blog/boj-14425-문자열-집합.md", | ||
"file": "src/content/blog/boj-random-defense.md", | ||
"mode": "source", | ||
"source": false | ||
} | ||
} | ||
} | ||
] | ||
], | ||
"currentTab": 1 | ||
} | ||
], | ||
"direction": "vertical" | ||
|
@@ -104,7 +99,7 @@ | |
"state": { | ||
"type": "backlink", | ||
"state": { | ||
"file": "src/content/blog/boj-14425-문자열-집합.md", | ||
"file": "src/content/blog/boj-random-defense.md", | ||
"collapseAll": false, | ||
"extraContext": false, | ||
"sortOrder": "alphabetical", | ||
|
@@ -121,7 +116,7 @@ | |
"state": { | ||
"type": "outgoing-link", | ||
"state": { | ||
"file": "src/content/blog/boj-14425-문자열-집합.md", | ||
"file": "src/content/blog/boj-random-defense.md", | ||
"linksCollapsed": false, | ||
"unlinkedCollapsed": true | ||
} | ||
|
@@ -144,7 +139,7 @@ | |
"state": { | ||
"type": "outline", | ||
"state": { | ||
"file": "src/content/blog/boj-14425-문자열-집합.md" | ||
"file": "src/content/blog/boj-random-defense.md" | ||
} | ||
} | ||
} | ||
|
@@ -167,9 +162,10 @@ | |
"table-editor-obsidian:Advanced Tables Toolbar": false | ||
} | ||
}, | ||
"active": "5aacb1a472f91ae8", | ||
"active": "6352edd452388512", | ||
"lastOpenFiles": [ | ||
"src/content/blog/boj-5014-스타트링크.md", | ||
"src/content/blog/boj-random-defense.md", | ||
"src/content/blog/boj-14425-문자열-집합.md", | ||
"dist/assets/[email protected]", | ||
"dist/assets/forrest-gump-quote.webp.jpg", | ||
|
@@ -213,7 +209,6 @@ | |
"src/content/blog/change-apt-get-source-server.md", | ||
"src/content/blog/personal-statement-for-an-application.md", | ||
"src/content/blog/software-maestro-application.md", | ||
"src/content/blog/24-sw-maestro-1st-coding-test.md", | ||
"src/content/blog/programmers-인기있는-아이스크림.md" | ||
"src/content/blog/24-sw-maestro-1st-coding-test.md" | ||
] | ||
} |
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,27 @@ | ||
--- | ||
author: Gyunseo Lee | ||
title: BOJ 백준 랜덤 디펜스 | ||
pubDatetime: 2024-06-05T21:56:00+09:00 | ||
modDatetime: 2024-06-05T21:56:00+09:00 | ||
featured: false | ||
draft: false | ||
tags: | ||
- BOJ | ||
- PS | ||
- 실랜디 | ||
- 골랜디 | ||
description: "\b백준 랜덤 디펜스 하는법" | ||
ogImage: "" | ||
--- | ||
|
||
## Table of contents | ||
|
||
## 들어가며 | ||
|
||
푼 사람이 만 명이상인 S5~G1 문제 중에 내가 안 푼 문제 | ||
|
||
```plaintext | ||
s#10000.. *s5..g1 -@$me | ||
``` | ||
|
||
[solved.ac 문제 고급 검색](https://solved.ac/search) |