結果

問題 No.648  お や す み 
ユーザー touchan4692touchan4692
提出日時 2019-05-11 00:56:05
言語 Java21
(openjdk 21)
結果
AC  
実行時間 48 ms / 2,000 ms
コード長 6,230 bytes
コンパイル時間 5,329 ms
コンパイル使用メモリ 88,880 KB
実行使用メモリ 49,752 KB
最終ジャッジ日時 2023-09-14 18:02:42
合計ジャッジ時間 10,847 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 47 ms
49,536 KB
testcase_01 AC 47 ms
49,712 KB
testcase_02 AC 47 ms
49,304 KB
testcase_03 AC 47 ms
49,752 KB
testcase_04 AC 46 ms
49,584 KB
testcase_05 AC 47 ms
49,292 KB
testcase_06 AC 46 ms
49,376 KB
testcase_07 AC 46 ms
49,340 KB
testcase_08 AC 46 ms
49,420 KB
testcase_09 AC 46 ms
49,280 KB
testcase_10 AC 46 ms
49,356 KB
testcase_11 AC 47 ms
49,392 KB
testcase_12 AC 46 ms
49,244 KB
testcase_13 AC 47 ms
49,368 KB
testcase_14 AC 46 ms
49,480 KB
testcase_15 AC 46 ms
49,368 KB
testcase_16 AC 47 ms
49,376 KB
testcase_17 AC 47 ms
49,376 KB
testcase_18 AC 46 ms
49,376 KB
testcase_19 AC 46 ms
49,356 KB
testcase_20 AC 46 ms
49,416 KB
testcase_21 AC 46 ms
49,528 KB
testcase_22 AC 47 ms
49,268 KB
testcase_23 AC 46 ms
49,592 KB
testcase_24 AC 46 ms
49,368 KB
testcase_25 AC 46 ms
47,240 KB
testcase_26 AC 45 ms
49,416 KB
testcase_27 AC 46 ms
49,244 KB
testcase_28 AC 47 ms
47,748 KB
testcase_29 AC 47 ms
49,240 KB
testcase_30 AC 47 ms
49,428 KB
testcase_31 AC 46 ms
47,408 KB
testcase_32 AC 46 ms
49,296 KB
testcase_33 AC 46 ms
49,240 KB
testcase_34 AC 47 ms
49,456 KB
testcase_35 AC 46 ms
49,356 KB
testcase_36 AC 46 ms
49,304 KB
testcase_37 AC 46 ms
49,752 KB
testcase_38 AC 46 ms
49,488 KB
testcase_39 AC 46 ms
49,312 KB
testcase_40 AC 46 ms
49,544 KB
testcase_41 AC 48 ms
49,424 KB
testcase_42 AC 47 ms
49,372 KB
testcase_43 AC 47 ms
49,248 KB
testcase_44 AC 48 ms
49,492 KB
testcase_45 AC 47 ms
49,508 KB
testcase_46 AC 47 ms
49,452 KB
testcase_47 AC 46 ms
49,484 KB
testcase_48 AC 46 ms
49,284 KB
testcase_49 AC 48 ms
49,584 KB
testcase_50 AC 48 ms
49,608 KB
testcase_51 AC 47 ms
49,508 KB
testcase_52 AC 47 ms
49,440 KB
testcase_53 AC 46 ms
49,276 KB
testcase_54 AC 46 ms
49,436 KB
testcase_55 AC 46 ms
49,300 KB
testcase_56 AC 47 ms
49,408 KB
testcase_57 AC 47 ms
49,380 KB
testcase_58 AC 48 ms
49,372 KB
testcase_59 AC 46 ms
49,272 KB
testcase_60 AC 46 ms
49,328 KB
testcase_61 AC 47 ms
49,380 KB
testcase_62 AC 46 ms
49,352 KB
testcase_63 AC 46 ms
49,312 KB
testcase_64 AC 46 ms
49,484 KB
testcase_65 AC 45 ms
49,428 KB
testcase_66 AC 47 ms
49,196 KB
testcase_67 AC 47 ms
49,272 KB
testcase_68 AC 47 ms
49,188 KB
testcase_69 AC 46 ms
49,448 KB
testcase_70 AC 47 ms
49,376 KB
testcase_71 AC 47 ms
49,468 KB
testcase_72 AC 47 ms
49,296 KB
testcase_73 AC 47 ms
49,272 KB
testcase_74 AC 47 ms
49,376 KB
testcase_75 AC 47 ms
49,544 KB
testcase_76 AC 47 ms
49,260 KB
testcase_77 AC 47 ms
49,384 KB
testcase_78 AC 46 ms
49,584 KB
testcase_79 AC 46 ms
49,436 KB
testcase_80 AC 47 ms
49,472 KB
testcase_81 AC 47 ms
49,244 KB
testcase_82 AC 47 ms
49,740 KB
testcase_83 AC 46 ms
49,660 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.math.BigDecimal;
import java.util.AbstractMap;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Comparator;
import java.util.Deque;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Queue;
import java.util.Set;
import java.util.TreeSet;
import static java.util.Comparator.*;				

public class Main {
	
    public static void main(String[] args) {
        InputStream inputStream = System.in;
        OutputStream outputStream = System.out;
        MyInput in = new MyInput(inputStream);
        PrintWriter out = new PrintWriter(outputStream);
        
        Solver solver = new Solver();
        solver.solve(1, in, out);
        
        out.close();
    }
    
    // ======================================================================
    //
    static class Solver {
    	
    	// index が条件を満たすかどうか	
    	boolean isOK(long N, long mid, PrintWriter out) {
    	    long wk = (mid * (mid + 1))/ 2;
    	    out.println("mid = " + mid + "  (wk = " + wk + ")  == " + N + " ?");
    		if(N <= wk) 	return true;
    		else			return false;
    	}
    	// 汎用的な二分探索のテンプレ
    	long calc(long N, PrintWriter out) {
    	    long ng = -1; 			// 「index = 0」が条件を満たすこともあるので、初期値は -1	
    	    long ok = 10000000000L; 	// 「index = a.length-1」が条件を満たさないこともあるので、初期値は a.length()	
    	    long mid, wk;
    	    
    	    while (Math.abs(ok - ng) > 1) {	
    	        mid = (ok + ng) / 2;	
        	    wk = (mid * (mid + 1))/ 2;
 //       	    out.println("mid = " + mid + "  (wk = " + wk + ")  == " + N + " ?");
    	    	if(N == wk)         return mid;
    	    	else if(N < wk)     ok = mid;
    		    else			    ng = mid;
    	    }
    	    return -1;
    	}
    	
    	public void solve(int testNumber, MyInput in, PrintWriter out) {
    		long N = in.nextLong();
    		long ans = calc(N, out);
    		if(ans == -1) {
    			out.println("NO");
    		} else {
    			out.println("YES");
       		    out.println(ans);
    		}
        }
    }
    // ======================================================================
    static class Pair<K, V> extends AbstractMap.SimpleEntry<K, V> {
        /** serialVersionUID. */
        private static final long serialVersionUID = 6411527075103472113L;

        public Pair(final K key, final V value) {
            super(key, value);
        }
     }    
    static class MyInput {
        private final BufferedReader in;
        private static int pos;
        private static int readLen;
        private static final char[] buffer = new char[1024 * 8];
        private static char[] str = new char[500 * 8 * 2];
        private static boolean[] isDigit = new boolean[256];
        private static boolean[] isSpace = new boolean[256];
        private static boolean[] isLineSep = new boolean[256];
 
        static {
            for (int i = 0; i < 10; i++) {
                isDigit['0' + i] = true;
            }
            isDigit['-'] = true;
            isSpace[' '] = isSpace['\r'] = isSpace['\n'] = isSpace['\t'] = true;
            isLineSep['\r'] = isLineSep['\n'] = true;
        }
 
        public MyInput(InputStream is) {
            in = new BufferedReader(new InputStreamReader(is));
        }
 
        public int read() {
            if (pos >= readLen) {
                pos = 0;
                try {
                    readLen = in.read(buffer);
                } catch (IOException e) {
                    throw new RuntimeException();
                }
                if (readLen <= 0) {
                    throw new MyInput.EndOfFileRuntimeException();
                }
            }
            return buffer[pos++];
        }
 
        public int nextInt() {
            int len = 0;
            str[len++] = nextChar();
            len = reads(len, isSpace);
            int i = 0;
            int ret = 0;
            if (str[0] == '-') {
                i = 1;
            }
            for (; i < len; i++) ret = ret * 10 + str[i] - '0';
            if (str[0] == '-') {
                ret = -ret;
            }
            return ret;
        }
 
        public long nextLong() {
            int len = 0;
            str[len++] = nextChar();
            len = reads(len, isSpace);
            int i = 0;
            long ret = 0L;
            if (str[0] == '-') {
                i = 1;
            }
            for (; i < len; i++) ret = ret * 10 + str[i] - '0';
            if (str[0] == '-') {
                ret = -ret;
            }
            return ret;
        }
 
       public String nextString() {
        	String ret = new String(nextDChar()).trim();
            return ret;
        }
 
        public char[] nextDChar() {
            int len = 0;
            len = reads(len, isSpace);
            char[] ret = new char[len + 1];
            for (int i=0; i < len; i++)		ret[i] = str[i];
            ret[len] = 0x00;
            return ret;
        }
 
        public char nextChar() {
            while (true) {
                final int c = read();
                if (!isSpace[c]) {
                    return (char) c;
                }
            }
        }
 
        int reads(int len, boolean[] accept) {
            try {
                while (true) {
                    final int c = read();
                    if (accept[c]) {
                        break;
                    }
                    if (str.length == len) {
                        char[] rep = new char[str.length * 3 / 2];
                        System.arraycopy(str, 0, rep, 0, str.length);
                        str = rep;
                    }
                    str[len++] = (char) c;
                }
            } catch (MyInput.EndOfFileRuntimeException e) {
            }
            return len;
        }
 
        static class EndOfFileRuntimeException extends RuntimeException {
        }
    }
}
0