<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>s-takaya1027</author_name>
  <author_url>https://blog.hatena.ne.jp/s-takaya1027/</author_url>
  <blog_title>何かやってみるブログ</blog_title>
  <blog_url>https://takayasugiyama.com/</blog_url>
  <categories>
  </categories>
  <description>問題 https://leetcode.com/problems/roman-to-integer/ 解いた # @param {String} s # @return {Integer} def roman_to_int(s) convert_hash = { &quot;I&quot; =&gt; 1, &quot;V&quot; =&gt; 5, &quot;X&quot; =&gt; 10, &quot;L&quot; =&gt; 50, &quot;C&quot; =&gt; 100, &quot;D&quot; =&gt; 500, &quot;M&quot; =&gt; 1000 } result = 0 chars = s.chars chars.each_with_index do |char, index| next_index = convert_h…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakayasugiyama.com%2Fentry%2F2022%2F03%2F07%2F000000&quot; title=&quot;LeetCode Roman to Integerを解いた - 何かやってみるブログ&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>https://cdn-ak.f.st-hatena.com/images/fotolife/s/s-takaya1027/20220306/20220306204432.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-03-07 00:00:00</published>
  <title>LeetCode Roman to Integerを解いた</title>
  <type>rich</type>
  <url>https://takayasugiyama.com/entry/2022/03/07/000000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
