<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>drken1215</author_name>
  <author_url>https://blog.hatena.ne.jp/drken1215/</author_url>
  <blog_title>けんちょんの競プロ精進記録</blog_title>
  <blog_url>https://drken1215.hatenablog.com/</blog_url>
  <categories>
    <anon>演算子「+」「-」「*」を用いる問題</anon>
    <anon>易しい標準入出力問題</anon>
    <anon>NoviSteps9Q</anon>
    <anon>AtCoder</anon>
    <anon>AtCoder100点</anon>
    <anon>ABC-A</anon>
    <anon>灰色diff</anon>
    <anon>算数と数学</anon>
    <anon>易しい算数と数学</anon>
    <anon>算数と数学:文字式</anon>
  </categories>
  <description>標準入出力と、四則演算の演算子の使い方を確認する問題。 問題へのリンク 問題概要 4 個の整数 が与えられる。 1 行目には、 の値を出力し、 2 行目には、&quot;Takahashi&quot; と出力せよ。 解法 標準入力を用いて整数値 の値を受け取ります。 その後、1 行目には (a + b) * (c - d) の値を出力して、2 行目には &quot;Takahashi&quot; と出力すればよいでしょう。 コード #include &lt;bits/stdc++.h&gt; using namespace std; int main() { int a, b, c, d; cin &gt;&gt; a &gt;&gt; b &gt;&gt; c &gt;&gt; d; co…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdrken1215.hatenablog.com%2Fentry%2F2024%2F07%2F05%2F125627&quot; title=&quot;AtCoder ABC 269 A - Anyway Takahashi (9Q, 灰色, 100 点) - けんちょんの競プロ精進記録&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.user.blog.st-hatena.com/default_entry_og_image/80936665/1687765056723440</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-07-05 12:56:27</published>
  <title>AtCoder ABC 269 A - Anyway Takahashi (9Q, 灰色, 100 点)</title>
  <type>rich</type>
  <url>https://drken1215.hatenablog.com/entry/2024/07/05/125627</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
