結果

問題 No.668 6.0*10^23
ユーザー fal_rndfal_rnd
提出日時 2018-04-25 10:08:30
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 390 bytes
コンパイル時間 2,120 ms
コンパイル使用メモリ 73,452 KB
実行使用メモリ 61,552 KB
最終ジャッジ日時 2023-09-12 18:32:57
合計ジャッジ時間 13,719 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 235 ms
57,428 KB
testcase_02 AC 207 ms
56,968 KB
testcase_03 AC 201 ms
57,556 KB
testcase_04 AC 201 ms
57,288 KB
testcase_05 AC 173 ms
56,784 KB
testcase_06 AC 203 ms
57,356 KB
testcase_07 AC 153 ms
56,716 KB
testcase_08 AC 152 ms
56,860 KB
testcase_09 AC 152 ms
57,020 KB
testcase_10 WA -
testcase_11 AC 238 ms
58,016 KB
testcase_12 AC 175 ms
56,900 KB
testcase_13 WA -
testcase_14 AC 231 ms
58,380 KB
testcase_15 WA -
testcase_16 WA -
testcase_17 AC 232 ms
56,848 KB
testcase_18 WA -
testcase_19 WA -
testcase_20 AC 204 ms
58,600 KB
testcase_21 AC 201 ms
57,012 KB
testcase_22 AC 221 ms
58,372 KB
testcase_23 AC 205 ms
57,108 KB
testcase_24 AC 170 ms
57,004 KB
testcase_25 AC 232 ms
58,220 KB
testcase_26 AC 160 ms
56,892 KB
testcase_27 AC 218 ms
57,084 KB
testcase_28 AC 229 ms
58,368 KB
testcase_29 AC 204 ms
57,140 KB
testcase_30 AC 234 ms
58,096 KB
testcase_31 AC 208 ms
56,824 KB
testcase_32 AC 169 ms
56,876 KB
testcase_33 AC 227 ms
60,928 KB
testcase_34 AC 178 ms
56,548 KB
testcase_35 AC 175 ms
56,900 KB
testcase_36 AC 207 ms
56,836 KB
testcase_37 AC 237 ms
55,256 KB
testcase_38 AC 201 ms
57,136 KB
testcase_39 AC 207 ms
58,292 KB
testcase_40 AC 234 ms
58,488 KB
testcase_41 AC 234 ms
58,084 KB
testcase_42 AC 203 ms
59,088 KB
testcase_43 AC 228 ms
58,840 KB
testcase_44 WA -
testcase_45 AC 153 ms
57,032 KB
testcase_46 AC 151 ms
56,876 KB
testcase_47 AC 151 ms
56,904 KB
testcase_48 AC 150 ms
56,664 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