<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>wvogel00</author_name>
  <author_url>https://blog.hatena.ne.jp/wvogel00/</author_url>
  <blog_title>wvogel日記</blog_title>
  <blog_url>https://wvogel00.hatenadiary.org/</blog_url>
  <categories>
    <anon>Haskell</anon>
  </categories>
  <description>ttp://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=0502 にある問題。 本来は、連続して入力を受け付けるのですが、それは愛嬌。リストだけでも解けるけれど、Stateモナドの練習がてら。 import Control.Monad.State type PlayState = ([Int],Int) type DiceSum = Int start = ([1,2,3,4,5,6],1) main = do n &lt;- getLine cs &lt;-getContents print $ evalState (dice.take (read…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwvogel00.hatenadiary.org%2Fentry%2F20110905%2F1315212552&quot; title=&quot;AOJ try!(3) - wvogel日記&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>2011-09-05 17:49:12</published>
  <title>AOJ try!(3)</title>
  <type>rich</type>
  <url>https://wvogel00.hatenadiary.org/entry/20110905/1315212552</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
