以下の内容はhttps://blog.hamayanhamayan.com/entry/2019/07/20/230855より取得しました。


Dodecagon [AtCoder Beginner Contest 134 A]

https://atcoder.jp/contests/abc134/tasks/abc134_a

解説

https://atcoder.jp/contests/abc134/submissions/6477844

問題に書いてある計算式をそのまま実装しよう。

int R;
//---------------------------------------------------------------------------------------------------
void _main() {
    cin >> R;

    int ans = 3 * R * R;
    cout << ans << endl;
}



以上の内容はhttps://blog.hamayanhamayan.com/entry/2019/07/20/230855より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14