提出 #76435258
ソースコード 拡げる
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");
}
}
提出情報
| 提出日時 | |
|---|---|
| 問題 | A - Armor |
| ユーザ | renu_ |
| 言語 | Java24 (OpenJDK 24.0.2) |
| 得点 | 100 |
| コード長 | 284 Byte |
| 結果 | AC |
| 実行時間 | 76 ms |
| メモリ | 40532 KiB |
ジャッジ結果
| セット名 | Sample | All | ||||
|---|---|---|---|---|---|---|
| 得点 / 配点 | 0 / 0 | 100 / 100 | ||||
| 結果 |
|
|
| セット名 | テストケース |
|---|---|
| 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 |
| ケース名 | 結果 | 実行時間 | メモリ |
|---|---|---|---|
| 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 |