結果

問題 No.172 UFOを捕まえろ
ユーザー fal_rndfal_rnd
提出日時 2018-04-18 09:09:17
言語 Java21
(openjdk 21)
結果
AC  
実行時間 135 ms / 5,000 ms
コード長 320 bytes
コンパイル時間 2,255 ms
コンパイル使用メモリ 75,864 KB
実行使用メモリ 54,408 KB
最終ジャッジ日時 2024-06-27 04:27:08
合計ジャッジ時間 6,397 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 128 ms
54,020 KB
testcase_01 AC 127 ms
53,996 KB
testcase_02 AC 129 ms
53,980 KB
testcase_03 AC 133 ms
54,252 KB
testcase_04 AC 130 ms
54,056 KB
testcase_05 AC 128 ms
54,140 KB
testcase_06 AC 127 ms
53,984 KB
testcase_07 AC 127 ms
54,152 KB
testcase_08 AC 128 ms
54,124 KB
testcase_09 AC 129 ms
53,920 KB
testcase_10 AC 131 ms
53,692 KB
testcase_11 AC 133 ms
53,980 KB
testcase_12 AC 132 ms
53,892 KB
testcase_13 AC 127 ms
54,408 KB
testcase_14 AC 127 ms
53,756 KB
testcase_15 AC 126 ms
53,856 KB
testcase_16 AC 135 ms
53,896 KB
testcase_17 AC 132 ms
54,060 KB
testcase_18 AC 134 ms
53,720 KB
testcase_19 AC 131 ms
53,972 KB
testcase_20 AC 128 ms
54,152 KB
testcase_21 AC 128 ms
54,116 KB
testcase_22 AC 127 ms
54,216 KB
testcase_23 AC 131 ms
53,844 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;
import java.util.stream.*;
class Main {
    static Scanner s=new Scanner(System.in);
    static int gInt(){return Integer.parseInt(s.next());}
    public static void main(String[]$){
        System.out.println((int)Math.ceil(Math.abs(gInt())+Math.abs(gInt())+Math.sqrt(2)*Math.abs(gInt())));
    }
}
0