結果

問題 No.409 ダイエット
ユーザー kenkooookenkoooo
提出日時 2016-08-13 05:49:56
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 5,057 bytes
コンパイル時間 3,912 ms
コンパイル使用メモリ 78,080 KB
実行使用メモリ 44,800 KB
最終ジャッジ日時 2024-04-25 06:17:12
合計ジャッジ時間 57,489 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 52 ms
36,948 KB
testcase_01 AC 52 ms
37,008 KB
testcase_02 AC 51 ms
36,840 KB
testcase_03 AC 51 ms
36,756 KB
testcase_04 AC 51 ms
37,008 KB
testcase_05 AC 51 ms
36,872 KB
testcase_06 AC 50 ms
36,784 KB
testcase_07 AC 50 ms
36,728 KB
testcase_08 AC 50 ms
36,648 KB
testcase_09 AC 52 ms
36,700 KB
testcase_10 AC 51 ms
36,992 KB
testcase_11 AC 52 ms
36,504 KB
testcase_12 AC 52 ms
36,852 KB
testcase_13 AC 52 ms
36,544 KB
testcase_14 AC 52 ms
36,948 KB
testcase_15 AC 51 ms
36,740 KB
testcase_16 AC 49 ms
36,872 KB
testcase_17 AC 51 ms
36,732 KB
testcase_18 AC 56 ms
36,740 KB
testcase_19 AC 56 ms
36,904 KB
testcase_20 AC 54 ms
36,428 KB
testcase_21 AC 50 ms
36,524 KB
testcase_22 AC 51 ms
36,644 KB
testcase_23 AC 52 ms
36,776 KB
testcase_24 AC 51 ms
37,040 KB
testcase_25 AC 51 ms
36,912 KB
testcase_26 AC 50 ms
36,772 KB
testcase_27 AC 51 ms
36,680 KB
testcase_28 AC 51 ms
36,796 KB
testcase_29 AC 51 ms
36,564 KB
testcase_30 AC 51 ms
37,004 KB
testcase_31 AC 51 ms
36,784 KB
testcase_32 AC 49 ms
36,864 KB
testcase_33 AC 50 ms
36,836 KB
testcase_34 AC 54 ms
36,680 KB
testcase_35 AC 108 ms
42,560 KB
testcase_36 AC 106 ms
42,420 KB
testcase_37 AC 107 ms
42,568 KB
testcase_38 AC 107 ms
42,396 KB
testcase_39 AC 113 ms
42,504 KB
testcase_40 AC 109 ms
42,540 KB
testcase_41 WA -
testcase_42 AC 114 ms
42,416 KB
testcase_43 WA -
testcase_44 AC 110 ms
42,472 KB
testcase_45 WA -
testcase_46 AC 110 ms
42,488 KB
testcase_47 AC 111 ms
42,500 KB
testcase_48 AC 111 ms
42,488 KB
testcase_49 WA -
testcase_50 AC 109 ms
42,388 KB
testcase_51 AC 109 ms
42,500 KB
testcase_52 WA -
testcase_53 AC 111 ms
42,588 KB
testcase_54 AC 110 ms
42,396 KB
testcase_55 AC 914 ms
43,640 KB
testcase_56 AC 103 ms
39,884 KB
testcase_57 AC 1,762 ms
44,524 KB
testcase_58 AC 824 ms
43,440 KB
testcase_59 AC 1,112 ms
43,852 KB
testcase_60 AC 632 ms
43,552 KB
testcase_61 AC 1,554 ms
44,416 KB
testcase_62 AC 1,651 ms
44,364 KB
testcase_63 AC 1,540 ms
44,372 KB
testcase_64 AC 875 ms
43,596 KB
testcase_65 AC 1,629 ms
44,772 KB
testcase_66 AC 1,720 ms
44,800 KB
testcase_67 AC 1,334 ms
44,440 KB
testcase_68 AC 1,106 ms
43,856 KB
testcase_69 AC 1,516 ms
44,732 KB
testcase_70 WA -
testcase_71 WA -
testcase_72 WA -
testcase_73 AC 1,665 ms
44,400 KB
testcase_74 WA -
testcase_75 WA -
testcase_76 WA -
testcase_77 AC 878 ms
43,528 KB
testcase_78 WA -
testcase_79 WA -
testcase_80 TLE -
testcase_81 WA -
testcase_82 WA -
testcase_83 WA -
testcase_84 WA -
testcase_85 WA -
testcase_86 AC 1,095 ms
44,192 KB
testcase_87 WA -
testcase_88 WA -
testcase_89 AC 1,057 ms
44,060 KB
testcase_90 AC 632 ms
43,716 KB
testcase_91 AC 1,319 ms
44,392 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