結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 55 ms
37,456 KB
testcase_01 AC 54 ms
37,324 KB
testcase_02 AC 55 ms
37,560 KB
testcase_03 AC 55 ms
37,472 KB
testcase_04 AC 55 ms
37,276 KB
testcase_05 AC 55 ms
37,168 KB
testcase_06 AC 54 ms
37,276 KB
testcase_07 AC 56 ms
37,468 KB
testcase_08 AC 54 ms
37,044 KB
testcase_09 AC 55 ms
37,276 KB
testcase_10 AC 57 ms
37,500 KB
testcase_11 AC 55 ms
37,276 KB
testcase_12 AC 55 ms
37,500 KB
testcase_13 AC 54 ms
37,144 KB
testcase_14 AC 54 ms
37,440 KB
testcase_15 AC 55 ms
37,236 KB
testcase_16 AC 58 ms
37,276 KB
testcase_17 AC 55 ms
37,364 KB
testcase_18 AC 56 ms
37,356 KB
testcase_19 AC 54 ms
37,168 KB
testcase_20 AC 56 ms
37,168 KB
testcase_21 AC 55 ms
37,320 KB
testcase_22 AC 54 ms
37,220 KB
testcase_23 AC 57 ms
37,028 KB
testcase_24 AC 56 ms
37,236 KB
testcase_25 AC 58 ms
37,376 KB
testcase_26 AC 57 ms
37,376 KB
testcase_27 AC 57 ms
37,316 KB
testcase_28 AC 59 ms
37,008 KB
testcase_29 AC 58 ms
37,484 KB
testcase_30 AC 57 ms
37,500 KB
testcase_31 AC 58 ms
37,492 KB
testcase_32 AC 57 ms
37,500 KB
testcase_33 AC 55 ms
37,352 KB
testcase_34 AC 57 ms
37,168 KB
testcase_35 AC 58 ms
37,376 KB
testcase_36 AC 56 ms
37,168 KB
testcase_37 AC 57 ms
37,044 KB
testcase_38 AC 57 ms
37,044 KB
testcase_39 AC 55 ms
37,500 KB
testcase_40 AC 54 ms
37,604 KB
testcase_41 AC 55 ms
37,204 KB
testcase_42 AC 55 ms
37,224 KB
testcase_43 AC 54 ms
37,240 KB
testcase_44 AC 61 ms
37,044 KB
testcase_45 AC 54 ms
37,356 KB
testcase_46 AC 55 ms
37,560 KB
testcase_47 AC 53 ms
37,244 KB
testcase_48 AC 55 ms
37,040 KB
testcase_49 AC 55 ms
37,500 KB
testcase_50 AC 56 ms
36,876 KB
testcase_51 AC 57 ms
37,248 KB
testcase_52 AC 56 ms
37,012 KB
testcase_53 AC 55 ms
37,504 KB
testcase_54 AC 57 ms
37,444 KB
testcase_55 AC 57 ms
37,044 KB
testcase_56 AC 57 ms
37,044 KB
testcase_57 AC 55 ms
37,240 KB
testcase_58 AC 54 ms
37,560 KB
testcase_59 AC 54 ms
36,916 KB
testcase_60 AC 54 ms
37,148 KB
testcase_61 AC 56 ms
37,356 KB
testcase_62 AC 56 ms
37,512 KB
testcase_63 AC 56 ms
37,444 KB
testcase_64 AC 56 ms
37,416 KB
testcase_65 AC 57 ms
37,460 KB
testcase_66 AC 55 ms
36,908 KB
testcase_67 AC 55 ms
37,384 KB
testcase_68 AC 58 ms
37,356 KB
testcase_69 AC 58 ms
37,364 KB
testcase_70 AC 56 ms
37,276 KB
testcase_71 AC 57 ms
37,236 KB
testcase_72 AC 57 ms
37,560 KB
testcase_73 AC 55 ms
37,504 KB
testcase_74 AC 56 ms
37,452 KB
testcase_75 AC 55 ms
37,308 KB
testcase_76 AC 58 ms
37,452 KB
testcase_77 AC 56 ms
37,324 KB
testcase_78 AC 59 ms
37,168 KB
testcase_79 AC 58 ms
37,484 KB
testcase_80 AC 58 ms
36,960 KB
testcase_81 AC 56 ms
37,136 KB
testcase_82 AC 53 ms
37,444 KB
testcase_83 AC 53 ms
37,436 KB
testcase_84 AC 55 ms
37,512 KB
testcase_85 AC 55 ms
37,560 KB
testcase_86 AC 53 ms
37,516 KB
testcase_87 AC 54 ms
37,336 KB
testcase_88 AC 53 ms
37,284 KB
testcase_89 AC 53 ms
37,276 KB
testcase_90 AC 53 ms
37,168 KB
testcase_91 AC 54 ms
37,168 KB
testcase_92 AC 54 ms
37,512 KB
testcase_93 AC 54 ms
37,440 KB
testcase_94 AC 53 ms
37,460 KB
testcase_95 AC 54 ms
37,276 KB
testcase_96 AC 54 ms
37,276 KB
testcase_97 AC 54 ms
37,544 KB
testcase_98 AC 53 ms
37,044 KB
testcase_99 AC 53 ms
37,444 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