Submission #76431114
Source Code Expand
#include<bits/stdc++.h>
using namespace std;
long long a,d;
int main(){
cin>>a>>d;
if(a>d)cout<<"No";
else cout<<"Yes";
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - Armor |
| User | ywrow |
| Language | C++23 (GCC 15.2.0) |
| Score | 100 |
| Code Size | 133 Byte |
| Status | AC |
| Exec Time | 1 ms |
| Memory | 3588 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 | 3384 KiB |
| 05.txt | AC | 1 ms | 3424 KiB |
| 06.txt | AC | 1 ms | 3588 KiB |
| 07.txt | AC | 1 ms | 3524 KiB |
| 08.txt | AC | 1 ms | 3404 KiB |
| 09.txt | AC | 1 ms | 3580 KiB |
| 10.txt | AC | 1 ms | 3448 KiB |
| 11.txt | AC | 1 ms | 3560 KiB |
| 12.txt | AC | 1 ms | 3524 KiB |
| 13.txt | AC | 1 ms | 3344 KiB |
| 14.txt | AC | 1 ms | 3484 KiB |
| sample-01.txt | AC | 1 ms | 3404 KiB |
| sample-02.txt | AC | 1 ms | 3548 KiB |
| sample-03.txt | AC | 1 ms | 3352 KiB |