結果

問題 No.409 ダイエット
ユーザー kenkooookenkoooo
提出日時 2016-08-13 05:49:56
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 5,057 bytes
コンパイル時間 4,861 ms
コンパイル使用メモリ 78,304 KB
実行使用メモリ 45,016 KB
最終ジャッジ日時 2024-11-07 16:25:01
合計ジャッジ時間 60,983 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 55 ms
36,780 KB
testcase_01 AC 54 ms
36,908 KB
testcase_02 AC 54 ms
36,704 KB
testcase_03 AC 54 ms
36,976 KB
testcase_04 AC 55 ms
36,676 KB
testcase_05 AC 55 ms
36,808 KB
testcase_06 AC 54 ms
36,940 KB
testcase_07 AC 55 ms
36,584 KB
testcase_08 AC 54 ms
36,920 KB
testcase_09 AC 54 ms
36,888 KB
testcase_10 AC 55 ms
37,116 KB
testcase_11 AC 55 ms
37,024 KB
testcase_12 AC 55 ms
36,844 KB
testcase_13 AC 53 ms
36,976 KB
testcase_14 AC 54 ms
37,196 KB
testcase_15 AC 52 ms
36,824 KB
testcase_16 AC 53 ms
36,820 KB
testcase_17 AC 54 ms
36,816 KB
testcase_18 AC 54 ms
36,688 KB
testcase_19 AC 53 ms
36,536 KB
testcase_20 AC 52 ms
36,540 KB
testcase_21 AC 52 ms
37,032 KB
testcase_22 AC 53 ms
36,780 KB
testcase_23 AC 53 ms
36,644 KB
testcase_24 AC 52 ms
36,796 KB
testcase_25 AC 54 ms
36,852 KB
testcase_26 AC 53 ms
36,796 KB
testcase_27 AC 54 ms
36,928 KB
testcase_28 AC 53 ms
36,904 KB
testcase_29 AC 54 ms
36,712 KB
testcase_30 AC 54 ms
36,916 KB
testcase_31 AC 53 ms
36,916 KB
testcase_32 AC 54 ms
36,712 KB
testcase_33 AC 54 ms
37,004 KB
testcase_34 AC 53 ms
37,068 KB
testcase_35 AC 114 ms
42,388 KB
testcase_36 AC 116 ms
42,632 KB
testcase_37 AC 109 ms
42,540 KB
testcase_38 AC 118 ms
42,508 KB
testcase_39 AC 117 ms
42,460 KB
testcase_40 AC 121 ms
42,428 KB
testcase_41 WA -
testcase_42 AC 122 ms
42,496 KB
testcase_43 WA -
testcase_44 AC 110 ms
42,448 KB
testcase_45 WA -
testcase_46 AC 117 ms
42,512 KB
testcase_47 AC 121 ms
42,496 KB
testcase_48 AC 114 ms
42,536 KB
testcase_49 WA -
testcase_50 AC 116 ms
42,672 KB
testcase_51 AC 116 ms
42,504 KB
testcase_52 WA -
testcase_53 AC 115 ms
42,512 KB
testcase_54 AC 112 ms
42,648 KB
testcase_55 AC 823 ms
43,692 KB
testcase_56 AC 104 ms
39,852 KB
testcase_57 AC 1,901 ms
44,676 KB
testcase_58 AC 749 ms
43,592 KB
testcase_59 AC 1,223 ms
44,336 KB
testcase_60 AC 681 ms
43,804 KB
testcase_61 AC 1,695 ms
44,484 KB
testcase_62 AC 1,788 ms
44,984 KB
testcase_63 AC 1,629 ms
44,460 KB
testcase_64 AC 768 ms
43,452 KB
testcase_65 AC 1,674 ms
44,504 KB
testcase_66 AC 1,828 ms
44,480 KB
testcase_67 AC 1,432 ms
44,492 KB
testcase_68 AC 1,178 ms
43,728 KB
testcase_69 AC 1,606 ms
44,376 KB
testcase_70 WA -
testcase_71 WA -
testcase_72 WA -
testcase_73 AC 1,743 ms
44,608 KB
testcase_74 WA -
testcase_75 WA -
testcase_76 WA -
testcase_77 AC 931 ms
43,532 KB
testcase_78 WA -
testcase_79 WA -
testcase_80 WA -
testcase_81 WA -
testcase_82 WA -
testcase_83 WA -
testcase_84 WA -
testcase_85 WA -
testcase_86 AC 1,149 ms
44,132 KB
testcase_87 WA -
testcase_88 WA -
testcase_89 AC 1,089 ms
44,464 KB
testcase_90 AC 649 ms
43,668 KB
testcase_91 AC 1,421 ms
44,676 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.util.Arrays;
import java.util.NoSuchElementException;

/*
                   _ooOoo_
                  o8888888o
                  88" . "88
                  (| -_- |)
                  O\  =  /O
               ____/`---'\____
             .'  \\|     |//  `.
            /  \\|||  :  |||//  \
           /  _||||| -:- |||||-  \
           |   | \\\  -  /// |   |
           | \_|  ''\---/''  |   |
           \  .-\__  `-`  ___/-. /
         ___`. .'  /--.--\  `. . __
      ."" '<  `.___\_<|>_/___.'  >'"".
     | | :  `- \`.;`\ _ /`;.`/ - ` : | |
     \  \ `-.   \_ __\ /__ _/   .-` /  /
======`-.____`-.___\_____/___.-`____.-'======
                   `=---='
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
            pass System Test!
*/

public class yukicoder409 {
  private static class Task {
    final int INF = (int) 1e9;
    void solve(FastScanner in, PrintWriter out) {
      int N = in.nextInt();
      int A = in.nextInt();
      int B = in.nextInt();
      int W = in.nextInt();
      int[] D = in.nextIntArray(N);

      if (B == 0) {
        out.println(W - A * N);
        return;
      }

      long[] dp = new long[1001];
      Arrays.fill(dp, INF);
      dp[0] = 0;
      for (int i = 0; i < N; i++) {
        long[] next = new long[1001];
        Arrays.fill(next, INF);
        for (int j = 0; j < 1000; j++) {
          next[0] = Math.min(next[0], dp[j] + D[i]);
          next[j + 1] = Math.min(next[j + 1], dp[j] + B * (j + 1) - A);
        }
        dp = next;
      }

      long ans = INF;
      for (long d : dp) ans = Math.min(ans, d);
      out.println(ans + W);
    }
  }

  /**
   * ここから下はテンプレートです。
   */
  public static void main(String[] args) {
    OutputStream outputStream = System.out;
    FastScanner in = new FastScanner();
    PrintWriter out = new PrintWriter(outputStream);
    Task solver = new Task();
    solver.solve(in, out);
    out.close();
  }
  private static class FastScanner {
    private final InputStream in = System.in;
    private final byte[] buffer = new byte[1024];
    private int ptr = 0;
    private int bufferLength = 0;

    private boolean hasNextByte() {
      if (ptr < bufferLength) {
        return true;
      } else {
        ptr = 0;
        try {
          bufferLength = in.read(buffer);
        } catch (IOException e) {
          e.printStackTrace();
        }
        if (bufferLength <= 0) {
          return false;
        }
      }
      return true;
    }

    private int readByte() {
      if (hasNextByte()) return buffer[ptr++];
      else return -1;
    }

    private static boolean isPrintableChar(int c) {
      return 33 <= c && c <= 126;
    }

    private void skipUnprintable() {
      while (hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++;
    }

    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();
    }

    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();
      }
    }

    double nextDouble() {
      return Double.parseDouble(next());
    }

    double[] nextDoubleArray(int n) {
      double[] array = new double[n];
      for (int i = 0; i < n; i++) {
        array[i] = nextDouble();
      }
      return array;
    }

    double[][] nextDoubleMap(int n, int m) {
      double[][] map = new double[n][];
      for (int i = 0; i < n; i++) {
        map[i] = nextDoubleArray(m);
      }
      return map;
    }

    public int nextInt() {
      return (int) nextLong();
    }

    public int[] nextIntArray(int n) {
      int[] array = new int[n];
      for (int i = 0; i < n; i++) array[i] = nextInt();
      return array;
    }

    public long[] nextLongArray(int n) {
      long[] array = new long[n];
      for (int i = 0; i < n; i++) array[i] = nextLong();
      return array;
    }

    public String[] nextStringArray(int n) {
      String[] array = new String[n];
      for (int i = 0; i < n; i++) array[i] = next();
      return array;
    }

    public char[][] nextCharMap(int n) {
      char[][] array = new char[n][];
      for (int i = 0; i < n; i++) array[i] = next().toCharArray();
      return array;
    }
  }
}
0