提出 #76427673
ソースコード 拡げる
#include <bits/stdc++.h>
#include <atcoder/all>
using namespace std;
typedef long long ll;
#define REP(i, n) for (int i = 0, i##_len = (n); i < i##_len; ++i)
#define FOR(i, a, b) for (int i = (a), i##_len = (b); i <= i##_len; ++i)
#define REV(i, a, b) for (int i = (a); i >= (b); --i)
int main() {
int A,D;
cin >> A >> D;
if (A <= D)cout << "Yes" << endl;
else cout << "No" << endl;
}
提出情報
| 提出日時 | |
|---|---|
| 問題 | A - Armor |
| ユーザ | knr_imtr |
| 言語 | C++23 (GCC 15.2.0) |
| 得点 | 100 |
| コード長 | 404 Byte |
| 結果 | AC |
| 実行時間 | 1 ms |
| メモリ | 3604 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 | 3604 KiB |
| 05.txt | AC | 1 ms | 3444 KiB |
| 06.txt | AC | 1 ms | 3412 KiB |
| 07.txt | AC | 1 ms | 3564 KiB |
| 08.txt | AC | 1 ms | 3604 KiB |
| 09.txt | AC | 1 ms | 3428 KiB |
| 10.txt | AC | 1 ms | 3564 KiB |
| 11.txt | AC | 1 ms | 3488 KiB |
| 12.txt | AC | 1 ms | 3380 KiB |
| 13.txt | AC | 1 ms | 3432 KiB |
| 14.txt | AC | 1 ms | 3456 KiB |
| sample-01.txt | AC | 1 ms | 3380 KiB |
| sample-02.txt | AC | 1 ms | 3444 KiB |
| sample-03.txt | AC | 1 ms | 3436 KiB |