Skip to content

Commit

Permalink
2024-03-24 18:51:47
Browse files Browse the repository at this point in the history
Affected files:
.obsidian/app.json
.obsidian/workspace.json
src/content/blog/at-coder-beginner-contest-346-up-solve.md
  • Loading branch information
gyunseo committed Mar 24, 2024
1 parent 677a618 commit 6cba348
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .obsidian/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"newFileFolderPath": "src/content/blog",
"showUnsupportedFiles": true,
"newLinkFormat": "absolute",
"vimMode": true,
"vimMode": false,
"showLineNumber": true,
"pdfExportSettings": {
"pageSize": "Letter",
Expand Down
27 changes: 20 additions & 7 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand All @@ -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
}
Expand All @@ -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"
}
}
}
Expand All @@ -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",
Expand All @@ -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]",
Expand Down
20 changes: 20 additions & 0 deletions src/content/blog/at-coder-beginner-contest-346-up-solve.md
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`개의 검은 건반으로 이뤄진 부분 문자열이 존재하는가?

0 comments on commit 6cba348

Please sign in to comment.