Submission #76426295
Source Code Expand
#include<bits/stdc++.h>
using namespace std;
#define int long long
const int N=1000+5;
bool st;
bool ed;
signed main() {
ios::sync_with_stdio(false);
cin.tie(0);cout.tie(0);
cerr<<(double)(&st-&ed)/1024/1024<<'\n';
int a,d;
cin>>a>>d;
if(a>d) cout<<"No\n";
else cout<<"Yes\n";
return 0;
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - Armor |
| User | wallacewan |
| Language | C++23 (GCC 15.2.0) |
| Score | 100 |
| Code Size | 322 Byte |
| Status | AC |
| Exec Time | 1 ms |
| Memory | 3780 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 | 3692 KiB |
| 05.txt | AC | 1 ms | 3740 KiB |
| 06.txt | AC | 1 ms | 3720 KiB |
| 07.txt | AC | 1 ms | 3780 KiB |
| 08.txt | AC | 1 ms | 3732 KiB |
| 09.txt | AC | 1 ms | 3720 KiB |
| 10.txt | AC | 1 ms | 3740 KiB |
| 11.txt | AC | 1 ms | 3780 KiB |
| 12.txt | AC | 1 ms | 3704 KiB |
| 13.txt | AC | 1 ms | 3716 KiB |
| 14.txt | AC | 1 ms | 3764 KiB |
| sample-01.txt | AC | 1 ms | 3736 KiB |
| sample-02.txt | AC | 1 ms | 3720 KiB |
| sample-03.txt | AC | 1 ms | 3632 KiB |