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/app.json .obsidian/workspace.json src/content/blog/at-coder-beginner-contest-346-up-solve.md
- Loading branch information
Showing
3 changed files
with
41 additions
and
8 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
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,8 +18,21 @@ | |
"source": false | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "b8afce159ea34dc6", | ||
"type": "leaf", | ||
"state": { | ||
"type": "markdown", | ||
"state": { | ||
"file": "src/content/blog/at-coder-beginner-contest-346-up-solve.md", | ||
"mode": "source", | ||
"source": false | ||
} | ||
} | ||
} | ||
] | ||
], | ||
"currentTab": 1 | ||
} | ||
], | ||
"direction": "vertical" | ||
|
@@ -86,7 +99,7 @@ | |
"state": { | ||
"type": "backlink", | ||
"state": { | ||
"file": "src/content/blog/change-apt-get-source-server.md", | ||
"file": "src/content/blog/at-coder-beginner-contest-346-up-solve.md", | ||
"collapseAll": false, | ||
"extraContext": false, | ||
"sortOrder": "alphabetical", | ||
|
@@ -103,7 +116,7 @@ | |
"state": { | ||
"type": "outgoing-link", | ||
"state": { | ||
"file": "src/content/blog/change-apt-get-source-server.md", | ||
"file": "src/content/blog/at-coder-beginner-contest-346-up-solve.md", | ||
"linksCollapsed": false, | ||
"unlinkedCollapsed": true | ||
} | ||
|
@@ -126,7 +139,7 @@ | |
"state": { | ||
"type": "outline", | ||
"state": { | ||
"file": "src/content/blog/change-apt-get-source-server.md" | ||
"file": "src/content/blog/at-coder-beginner-contest-346-up-solve.md" | ||
} | ||
} | ||
} | ||
|
@@ -149,8 +162,10 @@ | |
"table-editor-obsidian:Advanced Tables Toolbar": false | ||
} | ||
}, | ||
"active": "5c92c4f007ceca35", | ||
"active": "b8afce159ea34dc6", | ||
"lastOpenFiles": [ | ||
"src/content/blog/change-apt-get-source-server.md", | ||
"src/content/blog/at-coder-beginner-contest-346-up-solve.md", | ||
"src/content/blog/personal-statement-for-an-application.md", | ||
"src/content/blog/software-maestro-application.md", | ||
"src/content/blog/boj-15649-N과-M-(1).md", | ||
|
@@ -175,8 +190,6 @@ | |
"src/content/blog/how-to-use-neovim-in-vscode.md", | ||
"src/content/blog/summarize-the-frequently-used neovim-commands.md", | ||
"src/content/blog/switch-to-english-keyboard-when-entering-normal-mode-using-hammerspoon.md", | ||
"src/content/blog/how-to-configure-neovim.md", | ||
"src/content/blog/test-test.md", | ||
"dist/assets/[email protected]", | ||
"dist/assets/forrest-gump-quote.webp.jpg", | ||
"dist/_astro/[email protected]", | ||
|
20 changes: 20 additions & 0 deletions
20
src/content/blog/at-coder-beginner-contest-346-up-solve.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,20 @@ | ||
--- | ||
author: Gyunseo Lee | ||
title: AtCoder Beginner Contest 346 Up Solve | ||
pubDatetime: 2024-03-24T16:20:00+09:00 | ||
modDatetime: 2024-03-24T16:20:00+09:00 | ||
featured: false | ||
draft: false | ||
tags: | ||
- At-Coder | ||
- PS | ||
- Algorithms | ||
description: AtCoder Beginner Contest 346 업솔빙... | ||
ogImage: "" | ||
--- | ||
|
||
## Table of contents | ||
|
||
## B | ||
|
||
### 목표: 무한 건반의 부분 문자열들 중에 `W`개의 흰 건반과 `B`개의 검은 건반으로 이뤄진 부분 문자열이 존재하는가? |