結果
問題 | No.269 見栄っ張りの募金活動 |
ユーザー | morimario |
提出日時 | 2021-02-20 04:58:19 |
言語 | C++17 (gcc 12.3.0 + boost 1.83.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 4,484 bytes |
コンパイル時間 | 2,153 ms |
コンパイル使用メモリ | 207,032 KB |
実行使用メモリ | 11,904 KB |
最終ジャッジ日時 | 2024-09-17 07:16:23 |
合計ジャッジ時間 | 13,785 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 2 ms
6,816 KB |
testcase_01 | RE | - |
testcase_02 | AC | 1 ms
6,944 KB |
testcase_03 | RE | - |
testcase_04 | RE | - |
testcase_05 | RE | - |
testcase_06 | WA | - |
testcase_07 | RE | - |
testcase_08 | RE | - |
testcase_09 | AC | 2 ms
6,940 KB |
testcase_10 | WA | - |
testcase_11 | RE | - |
testcase_12 | AC | 2 ms
6,940 KB |
testcase_13 | RE | - |
testcase_14 | RE | - |
testcase_15 | RE | - |
testcase_16 | AC | 2 ms
6,940 KB |
testcase_17 | AC | 2 ms
6,940 KB |
testcase_18 | RE | - |
testcase_19 | RE | - |
testcase_20 | RE | - |
testcase_21 | RE | - |
testcase_22 | RE | - |
testcase_23 | RE | - |
testcase_24 | RE | - |
ソースコード
#define _USE_MATH_DEFINES #include <bits/stdc++.h> using namespace std; using ll = long long; using ull = unsigned long long; using pil = pair<int, ll>; using pli = pair<ll, int>; template <typename T> using piT = pair<int, T>; template <typename T> using pTi = pair<T, int>; template <typename T> using pTT = pair<T, T>; using pii = pair<int, int>; using vi = vector<int>; using vvi = vector<vi>; using vvvi = vector<vvi>; using pll = pair<ll, ll>; using vl = vector<ll>; using vvl = vector<vl>; using vvvl = vector<vvl>; using pbb = pair<bool, bool>; using vb = vector<bool>; using vvb = vector<vb>; using vvvb = vector<vvb>; using pcc = pair<char, char>; using vc = vector<char>; using vvc = vector<vc>; using vvvc = vector<vvc>; using pss = pair<string, string>; using vs = vector<string>; using vvs = vector<vs>; using vvvs = vector<vvs>; using pdd = pair<double, double>; using vd = vector<double>; using vvd = vector<vd>; using vvvd = vector<vvd>; template <typename T> using pq = priority_queue<T, vector<T>>; template <typename T> using pql = priority_queue<T, vector<T>, greater<T>>; #define rep0(times) for(int counter = 0; counter < (int)(times); ++counter) #define rep(counter, goal) for (int counter = 0; counter < (int)(goal); ++counter) #define rep2(counter, start, goal) for (int counter = (int)(start); counter < (int)(goal); ++counter) #define rep3(counter, start, goal) for (int counter = (int)(start); counter > (int)(goal); --counter) #define all(container) begin(container), end(container) template <typename T> bool chmax(T &x, const T &y) { if (x < y) { x = y; return true; } return false; } template <typename T> bool chmin(T &x, const T &y) { if (x > y) { x = y; return true; } return false; } void Yn(bool flag) { cout << (flag ? "Yes" : "No") << "\n"; } void yn(bool flag) { cout << (flag ? "yes" : "no") << "\n"; } void YN(bool flag) { cout << (flag ? "YES" : "NO") << "\n"; } void set_prec(const int &digits) { cout << fixed << setprecision(digits); cerr << fixed << setprecision(digits); } template <typename T> T INF() { return numeric_limits<T>::max(); } // #include <atcoder/all> // using namespace atcoder; // using mint = atcoder::modint1000000007; // using mint = atcoder::modint998244353; // using mint = atcoder::modint; // using pmm = pair<mint, mint>; using vm = vector<mint>; using vvm = vector<vm>; using vvvm = vector<vvm>; // void pr(const mint &obj) { cerr << obj.val(); } template <typename T> void pr(const T &obj) { cerr << obj; } template <typename T, typename ...Ts> void pr(const T &first, const Ts &...rest) { pr(first); pr(", "); pr(rest...); } template <typename S, typename T> void pr(const pair<S, T> &pair) { pr("("); pr(pair.first); pr(", "); pr(pair.second); pr(")"); } template <typename T> void pr(const vector<T> &vec) { pr("{"); for (T obj : vec) { pr(obj); pr(", "); } pr("}"); } template <typename T> void pr(const vector<vector<T>> &vv) { pr("\n"); rep(index, vv.size()) { pr("["); pr(index); pr("]: "); pr(vv[index]); pr("\n"); } } template <typename T> void pr(const set<T> &vec) { pr("{"); for (T obj : vec) { pr(obj); pr(", "); } pr("}"); } template <typename S, typename T> void pr(const map<S, T> &map) { pr("{"); for (pair<S, T> pair : map) { pr("("); pr(pair.first); pr(": "); pr(pair.second); pr("), "); } pr("}"); } #define db(obj) cerr << #obj << ": "; pr(obj); cerr << " " #define dl(obj) db(obj); cerr << "\n" #define dm(...) cerr << "(" << #__VA_ARGS__ << "): ("; pr(__VA_ARGS__); cerr << ") " #define dml(...) dm(__VA_ARGS__); cerr << "\n" const ll MOD = 1000000007; // const ll MOD = 998244353; // M = S - K * ((N-1) * N / 2) // Σa[i] = M となるような非減少整数列a[i]の個数が答え // これは、非負整数MをN個の非負整数(順序を考慮しない)の和で表す方法の数に等しい // dp[i][j]: iをj個の非負整数の和で表す方法(順序を考慮しない)の数 // (= iをj個以下の正整数で表す方法(順序を考慮しない)の数) とする // dp[0][j] = 1; // dp[i][j] = dp[i][j-1] + dp[i-j][j] int main() { int N, S, K; cin >> N >> S >> K; int M = S - K * (N - 1) * N / 2; if (M < 0) { cout << 0 << endl; return 0; } vvi dp(M + 1, vi(N + 1)); rep(j, M + 1) dp[0][j] = 1; // dl(dp); // rep2(i, 1, M + 1) { rep(j, M + 1) { if (j == 0) dp[i][j] = 0; else { if (j <= i) dp[i][j] = (dp[i][j - 1] + dp[i - j][j]) % MOD; else dp[i][j] = dp[i][j - 1]; } } // dl(dp); // } // dl(dp); cout << dp[M][N] << endl; }