Submission #76430977
Source Code Expand
//競プロ C++テンプレ
#include <bits/stdc++.h>
using namespace std;
#define all(x) x.begin(),x.end()
#define ll long long
#define pb push_back
int main() {
int N,K;
cin >> N >> K;
if(N > K){
cout << "No" << endl;
}else{
cout << "Yes" << endl;
}
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - Armor |
| User | gumi11ta |
| Language | C++23 (GCC 15.2.0) |
| Score | 100 |
| Code Size | 306 Byte |
| Status | AC |
| Exec Time | 1 ms |
| Memory | 3616 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 | 3432 KiB |
| 05.txt | AC | 1 ms | 3432 KiB |
| 06.txt | AC | 1 ms | 3432 KiB |
| 07.txt | AC | 1 ms | 3412 KiB |
| 08.txt | AC | 1 ms | 3432 KiB |
| 09.txt | AC | 1 ms | 3572 KiB |
| 10.txt | AC | 1 ms | 3412 KiB |
| 11.txt | AC | 1 ms | 3484 KiB |
| 12.txt | AC | 1 ms | 3432 KiB |
| 13.txt | AC | 1 ms | 3572 KiB |
| 14.txt | AC | 1 ms | 3432 KiB |
| sample-01.txt | AC | 1 ms | 3380 KiB |
| sample-02.txt | AC | 1 ms | 3616 KiB |
| sample-03.txt | AC | 1 ms | 3484 KiB |