<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ThreeStones</author_name>
  <author_url>https://blog.hatena.ne.jp/ThreeStones/</author_url>
  <blog_title>ThreeStonesのアレ</blog_title>
  <blog_url>https://threestones.hateblo.jp/</blog_url>
  <categories>
    <anon>TopCoder</anon>
  </categories>
  <description>問題概要 文字列が与えられる。 異なる文字(a~z)のペアを文字列から排除していき、最後に、ただ一種類の文字のみ が２個以上、残るか判定せよ。 文字が残る場合、その文字(HappyLetter)を出力し、残らない場合は'.'(ピリオド)を出力せよ。 提出コード(C#) class HappyLetterDiv2 { public char getHappyLetter (string letters) { Stack&lt;char&gt; st = new Stack&lt;char&gt; (); int ch_max = 0; char happyLetter = '.'; for (int i = 0; i …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fthreestones.hateblo.jp%2Fentry%2F2014%2F07%2F11%2F061915&quot; title=&quot;Match627_DIV2_500 - ThreeStonesのアレ&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>2014-07-11 06:19:15</published>
  <title>Match627_DIV2_500</title>
  <type>rich</type>
  <url>https://threestones.hateblo.jp/entry/2014/07/11/061915</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
