提出 #76430132
ソースコード 拡げる
#include <bits/stdc++.h>
using namespace std;
void O_O() {
int a, b;
cin >> a >> b;
cout << (a > b ? "No" : "Yes");
}
int main() {
ios_base::sync_with_stdio(false);
cin.tie(nullptr);
int TC = 1;
// cin >> TC;
while (TC--) {
O_O();
if (TC) cout << '\n';
}
return 0;
}
提出情報
| 提出日時 | |
|---|---|
| 問題 | A - Armor |
| ユーザ | Mariouma |
| 言語 | C++23 (GCC 15.2.0) |
| 得点 | 100 |
| コード長 | 347 Byte |
| 結果 | AC |
| 実行時間 | 1 ms |
| メモリ | 3648 KiB |
ジャッジ結果
| セット名 | Sample | All | ||||
|---|---|---|---|---|---|---|
| 得点 / 配点 | 0 / 0 | 100 / 100 | ||||
| 結果 |
|
|
| セット名 | テストケース |
|---|---|
| Sample | sample-01.txt, sample-02.txt, sample-03.txt |
| All | 04.txt, 05.txt, 06.txt, 07.txt, 08.txt, 09.txt, 10.txt, 11.txt, 12.txt, 13.txt, 14.txt, sample-01.txt, sample-02.txt, sample-03.txt |
| ケース名 | 結果 | 実行時間 | メモリ |
|---|---|---|---|
| 04.txt | AC | 1 ms | 3488 KiB |
| 05.txt | AC | 1 ms | 3364 KiB |
| 06.txt | AC | 1 ms | 3348 KiB |
| 07.txt | AC | 1 ms | 3400 KiB |
| 08.txt | AC | 1 ms | 3348 KiB |
| 09.txt | AC | 1 ms | 3488 KiB |
| 10.txt | AC | 1 ms | 3648 KiB |
| 11.txt | AC | 1 ms | 3360 KiB |
| 12.txt | AC | 1 ms | 3648 KiB |
| 13.txt | AC | 1 ms | 3404 KiB |
| 14.txt | AC | 1 ms | 3364 KiB |
| sample-01.txt | AC | 1 ms | 3576 KiB |
| sample-02.txt | AC | 1 ms | 3488 KiB |
| sample-03.txt | AC | 1 ms | 3472 KiB |