Submission #76435258
Source Code Expand
import java.util.*;
class Main {
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
Integer a=sc.nextInt();
Integer d=sc.nextInt();
if(a<=d) System.out.println("Yes");
else System.out.println("No");
}
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - Armor |
| User | renu_ |
| Language | Java24 (OpenJDK 24.0.2) |
| Score | 100 |
| Code Size | 284 Byte |
| Status | AC |
| Exec Time | 76 ms |
| Memory | 40532 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 | 76 ms | 39816 KiB |
| 05.txt | AC | 71 ms | 40516 KiB |
| 06.txt | AC | 71 ms | 40168 KiB |
| 07.txt | AC | 73 ms | 40440 KiB |
| 08.txt | AC | 71 ms | 39912 KiB |
| 09.txt | AC | 71 ms | 39808 KiB |
| 10.txt | AC | 71 ms | 40444 KiB |
| 11.txt | AC | 72 ms | 39904 KiB |
| 12.txt | AC | 72 ms | 40268 KiB |
| 13.txt | AC | 72 ms | 40460 KiB |
| 14.txt | AC | 71 ms | 39868 KiB |
| sample-01.txt | AC | 72 ms | 40532 KiB |
| sample-02.txt | AC | 72 ms | 40448 KiB |
| sample-03.txt | AC | 72 ms | 39932 KiB |