以下の内容はhttps://blog.hamayanhamayan.com/entry/2018/08/05/232043より取得しました。


Rated for Me [AtCoder Beginner Contest 104 A]

https://beta.atcoder.jp/contests/abc104/tasks/abc104_a

解法

https://beta.atcoder.jp/contests/abc104/submissions/2952324

実装をする。
elseifでつなげていくのがオススメ。

int R;
//---------------------------------------------------------------------------------------------------
void _main() {
    cin >> R;
 
    if (R < 1200) printf("ABC\n");
    else if (R < 2800) printf("ARC\n");
    else printf("AGC\n");
}



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

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