<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>betrue12</author_name>
  <author_url>https://blog.hatena.ne.jp/betrue12/</author_url>
  <blog_title>ARMERIA</blog_title>
  <blog_url>https://betrue12.hateblo.jp/</blog_url>
  <categories>
    <anon>Codeforces</anon>
    <anon>プログラミング</anon>
    <anon>競技プログラミング</anon>
  </categories>
  <description>お題箱より。 Problem - F - Codeforces 問題概要 カッコ列 が与えられる。「正しい」カッコ列であって、 の両方を部分列として含むようなカッコ列のうち、長さが最小のものを1つ求めよ。 制約 解法 文字列のインデックスは0-indexedで表記します。 まずは正しいカッコ列にこだわらず、「文字列 の両方を部分列として含むような長さ最小の文字列」を求めることを考えます。これは最長共通部分列（LCS）として知られるものとよく似たDPで解くことができます。 ：文字列 の 文字目までと文字列 の 文字目までの両方を部分列として含む、長さ最小の文字列の長さ このDPの からの遷移は以…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbetrue12.hateblo.jp%2Fentry%2F2020%2F01%2F16%2F220935&quot; title=&quot;Codeforces Round #605 (Div. 3) F. Two Bracket Sequences - ARMERIA&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-01-16 22:09:35</published>
  <title>Codeforces Round #605 (Div. 3) F. Two Bracket Sequences</title>
  <type>rich</type>
  <url>https://betrue12.hateblo.jp/entry/2020/01/16/220935</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
