結果

問題 No.428 小数から逃げる夢
ユーザー nCk_cvnCk_cv
提出日時 2016-10-20 11:33:37
言語 Java21
(openjdk 21)
結果
AC  
実行時間 62 ms / 1,000 ms
コード長 3,113 bytes
コンパイル時間 2,432 ms
コンパイル使用メモリ 78,552 KB
実行使用メモリ 37,388 KB
最終ジャッジ日時 2024-05-02 20:27:30
合計ジャッジ時間 10,832 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 53 ms
36,944 KB
testcase_01 AC 54 ms
37,260 KB
testcase_02 AC 54 ms
37,264 KB
testcase_03 AC 53 ms
36,948 KB
testcase_04 AC 52 ms
37,072 KB
testcase_05 AC 54 ms
36,924 KB
testcase_06 AC 53 ms
37,164 KB
testcase_07 AC 52 ms
37,004 KB
testcase_08 AC 52 ms
37,212 KB
testcase_09 AC 56 ms
37,228 KB
testcase_10 AC 54 ms
36,940 KB
testcase_11 AC 55 ms
37,112 KB
testcase_12 AC 55 ms
37,276 KB
testcase_13 AC 53 ms
36,924 KB
testcase_14 AC 52 ms
37,028 KB
testcase_15 AC 53 ms
36,944 KB
testcase_16 AC 55 ms
36,924 KB
testcase_17 AC 56 ms
37,272 KB
testcase_18 AC 55 ms
37,004 KB
testcase_19 AC 53 ms
37,124 KB
testcase_20 AC 55 ms
37,056 KB
testcase_21 AC 54 ms
36,992 KB
testcase_22 AC 54 ms
37,216 KB
testcase_23 AC 55 ms
37,248 KB
testcase_24 AC 53 ms
37,060 KB
testcase_25 AC 54 ms
37,388 KB
testcase_26 AC 62 ms
37,144 KB
testcase_27 AC 55 ms
36,796 KB
testcase_28 AC 54 ms
37,072 KB
testcase_29 AC 56 ms
37,356 KB
testcase_30 AC 54 ms
37,304 KB
testcase_31 AC 54 ms
37,100 KB
testcase_32 AC 56 ms
37,108 KB
testcase_33 AC 55 ms
37,056 KB
testcase_34 AC 54 ms
36,940 KB
testcase_35 AC 54 ms
37,368 KB
testcase_36 AC 54 ms
36,988 KB
testcase_37 AC 55 ms
37,056 KB
testcase_38 AC 54 ms
37,000 KB
testcase_39 AC 55 ms
37,124 KB
testcase_40 AC 55 ms
37,304 KB
testcase_41 AC 53 ms
36,944 KB
testcase_42 AC 60 ms
36,924 KB
testcase_43 AC 54 ms
36,928 KB
testcase_44 AC 52 ms
37,256 KB
testcase_45 AC 54 ms
37,280 KB
testcase_46 AC 54 ms
36,924 KB
testcase_47 AC 53 ms
37,108 KB
testcase_48 AC 54 ms
37,228 KB
testcase_49 AC 53 ms
37,304 KB
testcase_50 AC 52 ms
36,676 KB
testcase_51 AC 54 ms
37,092 KB
testcase_52 AC 55 ms
36,920 KB
testcase_53 AC 54 ms
37,096 KB
testcase_54 AC 54 ms
37,356 KB
testcase_55 AC 56 ms
36,992 KB
testcase_56 AC 54 ms
37,108 KB
testcase_57 AC 55 ms
37,140 KB
testcase_58 AC 53 ms
36,928 KB
testcase_59 AC 52 ms
37,152 KB
testcase_60 AC 53 ms
36,948 KB
testcase_61 AC 54 ms
36,972 KB
testcase_62 AC 53 ms
36,956 KB
testcase_63 AC 54 ms
37,176 KB
testcase_64 AC 53 ms
37,240 KB
testcase_65 AC 53 ms
37,156 KB
testcase_66 AC 54 ms
37,260 KB
testcase_67 AC 53 ms
36,948 KB
testcase_68 AC 54 ms
37,260 KB
testcase_69 AC 54 ms
36,992 KB
testcase_70 AC 53 ms
37,152 KB
testcase_71 AC 53 ms
37,152 KB
testcase_72 AC 53 ms
37,184 KB
testcase_73 AC 52 ms
36,992 KB
testcase_74 AC 53 ms
36,820 KB
testcase_75 AC 54 ms
37,112 KB
testcase_76 AC 53 ms
37,308 KB
testcase_77 AC 53 ms
37,220 KB
testcase_78 AC 52 ms
37,304 KB
testcase_79 AC 52 ms
37,340 KB
testcase_80 AC 53 ms
37,304 KB
testcase_81 AC 56 ms
37,072 KB
testcase_82 AC 53 ms
37,116 KB
testcase_83 AC 52 ms
36,968 KB
testcase_84 AC 53 ms
37,032 KB
testcase_85 AC 52 ms
36,948 KB
testcase_86 AC 54 ms
36,932 KB
testcase_87 AC 53 ms
37,108 KB
testcase_88 AC 55 ms
37,268 KB
testcase_89 AC 52 ms
37,020 KB
testcase_90 AC 53 ms
37,104 KB
testcase_91 AC 55 ms
37,236 KB
testcase_92 AC 58 ms
37,248 KB
testcase_93 AC 52 ms
37,116 KB
testcase_94 AC 54 ms
37,092 KB
testcase_95 AC 53 ms
36,908 KB
testcase_96 AC 53 ms
37,172 KB
testcase_97 AC 54 ms
37,116 KB
testcase_98 AC 52 ms
37,272 KB
testcase_99 AC 52 ms
37,008 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.io.*;
import java.math.BigDecimal;
import java.util.*;
public class Main {
	static long MOD = 2 << 29;
	public static void main(String[] args) {
		FastScanner sc = new FastScanner();
		BigDecimal bd = new BigDecimal("0.1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991");
		int N = sc.nextInt();
		bd = bd.multiply(new BigDecimal(String.valueOf(N)));
		System.out.println(bd.toString());
	}
	
	
}

class FastScanner {
    private final InputStream in = System.in;
    private final byte[] buffer = new byte[1024];
    private int ptr = 0;
    private int buflen = 0;
    private boolean hasNextByte() {
        if (ptr < buflen) {
            return true;
        }else{
            ptr = 0;
            try {
                buflen = in.read(buffer);
            } catch (IOException e) {
                e.printStackTrace();
            }
            if (buflen <= 0) {
                return false;
            }
        }
        return true;
    }
    private int readByte() { if (hasNextByte()) return buffer[ptr++]; else return -1;}
    private boolean isPrintableChar(int c) { return 33 <= c && c <= 126;}
    private void skipUnprintable() { while(hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++;}
    public boolean hasNext() { skipUnprintable(); return hasNextByte();}
    public String next() {
        if (!hasNext()) throw new NoSuchElementException();
        StringBuilder sb = new StringBuilder();
        int b = readByte();
        while(isPrintableChar(b)) {
            sb.appendCodePoint(b);
            b = readByte();
        }
        return sb.toString();
    }
    public long nextLong() {
        if (!hasNext()) throw new NoSuchElementException();
        long n = 0;
        boolean minus = false;
        int b = readByte();
        if (b == '-') {
            minus = true;
            b = readByte();
        }
        if (b < '0' || '9' < b) {
            throw new NumberFormatException();
        }
        while(true){
            if ('0' <= b && b <= '9') {
                n *= 10;
                n += b - '0';
            }else if(b == -1 || !isPrintableChar(b)){
                return minus ? -n : n;
            }else{
                throw new NumberFormatException();
            }
            b = readByte();
        }
    }
    public int nextInt() {
        if (!hasNext()) throw new NoSuchElementException();
        int n = 0;
        boolean minus = false;
        int b = readByte();
        if (b == '-') {
            minus = true;
            b = readByte();
        }
        if (b < '0' || '9' < b) {
            throw new NumberFormatException();
        }
        while(true){
            if ('0' <= b && b <= '9') {
                n *= 10;
                n += b - '0';
            }else if(b == -1 || !isPrintableChar(b)){
                return minus ? -n : n;
            }else{
                throw new NumberFormatException();
            }
            b = readByte();
        }
    }
}
0