{"provider_name":"Hatena Blog","categories":[],"blog_title":"\u5c0f\u5cf6\u9686\u6b63\u306e\u65e5\u8a18","blog_url":"https://nearly-human.hatenadiary.org/","description":"\u30fb\uff19\u6642 \u95a2\u5185\u4e8b\u52d9\u6240\u51fa\u793e\u3002\u30fb\u4eba\u306e\u70ba\u3092\u601d\u3063\u3066\u767a\u8a00\u3057\u3066\u3044\u308b\u3064\u3082\u308a\u3060\u3063\u305f\u306e\u306b\u3001\u307e\u308b\u3067\u81ea\u5206\u304c\u30ef\u30ac\u30de\u30de\u3092\u8a00\u3063\u3066\u3044\u308b\u3088\u3046\u306a\u7acb\u5834\u306b\u306a\u3063\u3066\u3044\u305f\u3002 Greatest Common Divisor \u6700\u5927\u516c\u7d04\u6570 Least Common Multiple \u6700\u5c0f\u516c\u500d\u6570 \u30fb[C/C++] // \u6700\u5927\u516c\u7d04\u6570\u3092\u6c42\u3081\u308b\u3002 int gcd(int x, int y) { if(y == 0) return x; else return gcd(y, (x % y)); } // \u6700\u5c0f\u516c\u500d\u6570\u3092\u6c42\u3081\u308b\u3002 int lcm(int x, int y) { return x * y / gcd(x, y); } \u30fb\u5099\u5fd8\u9332 \u68ee\u7530\u4e09\u90ce\uff08\u5343\u8449\u770c\u2026","version":"1.0","height":"190","url":"https://nearly-human.hatenadiary.org/entry/20110208","title":"\uff12\u6708\uff18\u65e5\uff08\u706b\uff09","type":"rich","image_url":"https://cdn-ak.d.st-hatena.com/diary/nearly_human/2011-02-08.jpg","provider_url":"https://hatena.blog","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnearly-human.hatenadiary.org%2Fentry%2F20110208\" title=\"\uff12\u6708\uff18\u65e5\uff08\u706b\uff09 - \u5c0f\u5cf6\u9686\u6b63\u306e\u65e5\u8a18\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","width":"100%","author_url":"https://blog.hatena.ne.jp/nearly_human/","author_name":"nearly_human","published":"2011-02-08 00:00:00"}