結果

問題 No.1305 Speak of the Devil
ユーザー tentententen
提出日時 2020-12-03 17:45:18
言語 Java21
(openjdk 21)
結果
AC  
実行時間 125 ms / 2,000 ms
コード長 204 bytes
コンパイル時間 4,810 ms
コンパイル使用メモリ 71,412 KB
実行使用メモリ 56,540 KB
最終ジャッジ日時 2023-10-12 03:57:45
合計ジャッジ時間 9,611 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 119 ms
55,620 KB
testcase_01 AC 120 ms
56,540 KB
testcase_02 AC 121 ms
55,700 KB
testcase_03 AC 119 ms
55,468 KB
testcase_04 AC 118 ms
55,656 KB
testcase_05 AC 118 ms
55,932 KB
testcase_06 AC 119 ms
55,920 KB
testcase_07 AC 120 ms
56,160 KB
testcase_08 AC 121 ms
55,712 KB
testcase_09 AC 120 ms
55,948 KB
testcase_10 AC 125 ms
55,736 KB
testcase_11 AC 120 ms
55,712 KB
testcase_12 AC 121 ms
55,464 KB
testcase_13 AC 123 ms
55,824 KB
testcase_14 AC 120 ms
55,504 KB
testcase_15 AC 120 ms
55,740 KB
testcase_16 AC 121 ms
56,064 KB
testcase_17 AC 120 ms
55,904 KB
testcase_18 AC 119 ms
55,616 KB
testcase_19 AC 120 ms
55,828 KB
testcase_20 AC 121 ms
55,840 KB
testcase_21 AC 118 ms
55,712 KB
testcase_22 AC 120 ms
55,864 KB
testcase_23 AC 118 ms
55,428 KB
testcase_24 AC 120 ms
55,724 KB
testcase_25 AC 118 ms
55,716 KB
testcase_26 AC 119 ms
55,864 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

public class Main {
    public static void main(String[] args) {
        Scanner sc = new Scanner(System.in);
        System.out.println(Math.min(sc.nextInt(), sc.nextInt()));
    }
}
0