結果

問題 No.668 6.0*10^23
ユーザー fal_rndfal_rnd
提出日時 2018-04-25 10:08:30
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 390 bytes
コンパイル時間 2,001 ms
コンパイル使用メモリ 78,284 KB
実行使用メモリ 57,132 KB
最終ジャッジ日時 2024-06-30 06:13:05
合計ジャッジ時間 12,179 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 201 ms
54,972 KB
testcase_02 AC 199 ms
55,452 KB
testcase_03 AC 185 ms
55,208 KB
testcase_04 AC 174 ms
55,160 KB
testcase_05 AC 149 ms
54,748 KB
testcase_06 AC 185 ms
55,308 KB
testcase_07 AC 143 ms
54,928 KB
testcase_08 AC 137 ms
55,092 KB
testcase_09 AC 124 ms
54,912 KB
testcase_10 WA -
testcase_11 AC 183 ms
55,544 KB
testcase_12 AC 162 ms
54,904 KB
testcase_13 WA -
testcase_14 AC 186 ms
55,132 KB
testcase_15 WA -
testcase_16 WA -
testcase_17 AC 195 ms
54,968 KB
testcase_18 WA -
testcase_19 WA -
testcase_20 AC 171 ms
54,896 KB
testcase_21 AC 168 ms
55,120 KB
testcase_22 AC 192 ms
55,132 KB
testcase_23 AC 195 ms
54,912 KB
testcase_24 AC 160 ms
54,860 KB
testcase_25 AC 212 ms
55,260 KB
testcase_26 AC 156 ms
55,036 KB
testcase_27 AC 197 ms
55,348 KB
testcase_28 AC 214 ms
55,816 KB
testcase_29 AC 166 ms
55,088 KB
testcase_30 AC 191 ms
55,480 KB
testcase_31 AC 184 ms
55,208 KB
testcase_32 AC 153 ms
55,028 KB
testcase_33 AC 187 ms
55,212 KB
testcase_34 AC 147 ms
54,668 KB
testcase_35 AC 158 ms
55,180 KB
testcase_36 AC 187 ms
55,332 KB
testcase_37 AC 183 ms
55,348 KB
testcase_38 AC 162 ms
55,224 KB
testcase_39 AC 182 ms
54,984 KB
testcase_40 AC 203 ms
55,324 KB
testcase_41 AC 196 ms
56,140 KB
testcase_42 AC 193 ms
56,540 KB
testcase_43 AC 186 ms
55,200 KB
testcase_44 WA -
testcase_45 AC 142 ms
54,592 KB
testcase_46 AC 117 ms
54,564 KB
testcase_47 AC 133 ms
54,728 KB
testcase_48 AC 142 ms
54,912 KB
testcase_49 WA -
権限があれば一括ダウンロードができます

ソースコード

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[]$){
        String v=s.next();
        int i=Integer.parseInt(v.substring(0,3))+5;
        double d=i/10/10.0;
        System.out.println(d+"*10^"+(i>=1000?v.length():v.length()-1));
    }
}
0