<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ancient-v</author_name>
  <author_url>https://blog.hatena.ne.jp/ancient-v/</author_url>
  <blog_title>思いついたら書く日記 Ex</blog_title>
  <blog_url>https://ancient-v.hatenadiary.org/</blog_url>
  <categories>
    <anon>Project Euler</anon>
  </categories>
  <description>問題19: 1900/1/1は月曜日である。では20世紀で月の初めが日曜日になるのは何回あるか。[=&gt;問題文] 問題19の解答 ;; Emacs Lisp (defun problem019 () (let* ((table [31 31 28 31 30 31 30 31 31 30 31 30]) (day (- (1+ 365) (aref table 0))) (count 0)) (do ((y 1901 (1+ y))) ((&lt; 2000 y)) (let ((is-leap (zerop (% y 4)))) (do ((m 1 (1+ m))) ((&lt; 12 m)) (incf…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fancient-v.hatenadiary.org%2Fentry%2F20091122%2F1258897834&quot; title=&quot; Project Euler Problem 19 - 思いついたら書く日記 Ex&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>2009-11-22 22:50:34</published>
  <title> Project Euler Problem 19</title>
  <type>rich</type>
  <url>https://ancient-v.hatenadiary.org/entry/20091122/1258897834</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
