以下の内容はhttps://blog.hamayanhamayan.com/entry/2019/10/08/103212より取得しました。


TeamAyutaya [WASEDAJITSUGYO_SCIENCECLUB_FESTIVAL_CONTEST2019 A]

解説

https://www.hackerrank.com/contests/wasedajitsugyo-scienceclub-festival-contest2019/challenges/team-ayutaya1/submissions/code/1316764060

XがN以上であればYesであり、そうでないならNoである。

int N, X;
//---------------------------------------------------------------------------------------------------
void _main() {
    cin >> N >> X;
    if (N <= X) cout << "Yes" << endl;
    else cout << "No" << endl;
}



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

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