<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>moistx</author_name>
  <author_url>https://blog.hatena.ne.jp/moistx/</author_url>
  <blog_title>Logfiles</blog_title>
  <blog_url>https://logfiles.hatenablog.com/</blog_url>
  <categories>
    <anon>UVA</anon>
  </categories>
  <description>概要 簡易的なXMLを解析せよ。タグに複数のプロパティが割り当てられている場合があるので、クエリで呼びだそうとしているプロパティが存在するものならその値を、存在しないなら代わりに &quot;Undefined&quot; を出力せよ。解法 木を作って走査するだけ。 #include &lt;bits/stdc++.h&gt; using namespace std; struct node; typedef node* node_ptr; struct node { string tag; vector&lt;string&gt; elements, values; vector&lt;node_ptr&gt; children; node() …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flogfiles.hatenablog.com%2Fentry%2F20140724%2F1406209554&quot; title=&quot;UVA 11869 SOAP Response - Logfiles&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-24 22:45:54</published>
  <title>UVA 11869 SOAP Response</title>
  <type>rich</type>
  <url>https://logfiles.hatenablog.com/entry/20140724/1406209554</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
