Submission #76437268
Source Code Expand
#include <bits/stdc++.h>
using namespace std;
int main(){
int A,D;
cin >> A >> D;
if(A>D){
cout << "No" << endl;
}
else{
cout << "Yes" <<endl;
}
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - Armor |
| User | naka0713 |
| Language | C++23 (GCC 15.2.0) |
| Score | 100 |
| Code Size | 199 Byte |
| Status | AC |
| Exec Time | 1 ms |
| Memory | 3528 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| 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 |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 04.txt | AC | 1 ms | 3528 KiB |
| 05.txt | AC | 1 ms | 3408 KiB |
| 06.txt | AC | 1 ms | 3384 KiB |
| 07.txt | AC | 1 ms | 3416 KiB |
| 08.txt | AC | 1 ms | 3376 KiB |
| 09.txt | AC | 1 ms | 3380 KiB |
| 10.txt | AC | 1 ms | 3364 KiB |
| 11.txt | AC | 1 ms | 3380 KiB |
| 12.txt | AC | 1 ms | 3396 KiB |
| 13.txt | AC | 1 ms | 3376 KiB |
| 14.txt | AC | 1 ms | 3296 KiB |
| sample-01.txt | AC | 1 ms | 3420 KiB |
| sample-02.txt | AC | 1 ms | 3428 KiB |
| sample-03.txt | AC | 1 ms | 3384 KiB |