<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>turtlechan</author_name>
  <author_url>https://blog.hatena.ne.jp/turtlechan/</author_url>
  <blog_title>turtlechanのブログ</blog_title>
  <blog_url>https://turtlechan.hatenablog.com/</blog_url>
  <categories>
    <anon>yukicoder</anon>
    <anon>Python</anon>
  </categories>
  <description>python2で解く。 ※私がPythonの学習のために解説する記事なので間違い等あるかもしれません。 問題URL: https://yukicoder.me/problems/no/388 ソースコード no338.py #! /usr/bin/env python # coding: utf-8 def main(): first = raw_input() s, f = map(int, first.split()) print(s / f + 1) if __name__ == '__main__': main() 解説 入力値 S F 0 ≦ S ≦ 456, 1 ≦ F ≦ 123…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fturtlechan.hatenablog.com%2Fentry%2F2019%2F08%2F29%2F194327&quot; title=&quot;【Python】No.338 階段 (1) - yukicoder - turtlechanのブログ&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>2019-08-29 19:43:27</published>
  <title>【Python】No.338 階段 (1) - yukicoder</title>
  <type>rich</type>
  <url>https://turtlechan.hatenablog.com/entry/2019/08/29/194327</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
