<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>noriok</author_name>
  <author_url>https://blog.hatena.ne.jp/noriok/</author_url>
  <blog_title>C#練習日記</blog_title>
  <blog_url>https://noriok.hatenadiary.jp/</blog_url>
  <categories>
    <anon>PE</anon>
    <anon>C#</anon>
    <anon>sage</anon>
  </categories>
  <description>Problem 42 using System; using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; using System.Linq; class PE042 { static bool IsTriangleWord(string word) { int sum = word.Select(c =&gt; c - 'A' + 1).Sum(); int n = 0; for (int i = 1; ; i++) { n += i; if (n &gt; sum) return …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnoriok.hatenadiary.jp%2Fentry%2F2014%2F09%2F06%2F220018&quot; title=&quot;Project Euler 42 - C#練習日記&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>http://cdn-ak.f.st-hatena.com/images/fotolife/n/noriok/20140906/20140906211853.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-09-06 22:00:18</published>
  <title>Project Euler 42</title>
  <type>rich</type>
  <url>https://noriok.hatenadiary.jp/entry/2014/09/06/220018</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
