以下の内容はhttps://blog.hamayanhamayan.com/entry/2019/06/17/205121より取得しました。


Rounding [AtCoder Beginner Contest 130 A]

https://atcoder.jp/contests/abc130/tasks/abc130_a

解説

https://atcoder.jp/contests/abc130/submissions/6000049

問題文の通りに分岐して解く。

int X, A;
//---------------------------------------------------------------------------------------------------
void _main() {
	cin >> X >> A;

	if (X < A) cout << 0 << endl;
	else cout << 10 << endl;
}



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

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