<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>idegman</author_name>
  <author_url>https://blog.hatena.ne.jp/idegman/</author_url>
  <blog_title>textbook</blog_title>
  <blog_url>https://idegman.hatenadiary.org/</blog_url>
  <categories>
    <anon>program</anon>
    <anon>c++</anon>
  </categories>
  <description>#include &lt;iostream&gt; #include &lt;cstdlib&gt; #include &lt;ctime&gt; #include &lt;string&gt; using namespace std; //-----------地雷クラス------------------- //地雷を表現するクラス class Mine { int x, y; static bool map[5][5]; public: enum MSTAT{MISS, NEAR, HIT}; Mine(); MSTAT check(int cx, int cy); }; bool Mine::map[5][5]; //地雷のコンスト…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fidegman.hatenadiary.org%2Fentry%2F20061204%2Fp4&quot; title=&quot;マインスイーパーゲーム - textbook&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>2006-12-04 00:00:03</published>
  <title>マインスイーパーゲーム</title>
  <type>rich</type>
  <url>https://idegman.hatenadiary.org/entry/20061204/p4</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
