以下の内容はhttps://blog.hamayanhamayan.com/entry/2020/03/21/173234より取得しました。


Nada Picnic [灘校75回生中学卒業記念コンテスト]

https://www.hackerrank.com/contests/75th/challenges/nada-picnic

解説

https://www.hackerrank.com/contests/75th/challenges/nada-picnic/submissions/code/1321979520

良い問題。
なんとなくセンチメンタルになる。

答えは三択であるが、問題文からワードを取ってくるときは必ずコピペしてくること。
間違えんわ!って言ってるやつほど間違える。

int N;
string destinations[3] = { "Shiitakerando", "Otsukakokusaibijutsukan", "Spring-8" };
//---------------------------------------------------------------------------------------------------
void _main() {
    cin >> N;
    cout << destinations[N - 1] << endl;
}



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

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