diff --git a/TangDou/CSP-J/AcWingTraining/T1/442.md b/TangDou/CSP-J/AcWingTraining/T1/442.md index e7b54b3..39b46a2 100644 --- a/TangDou/CSP-J/AcWingTraining/T1/442.md +++ b/TangDou/CSP-J/AcWingTraining/T1/442.md @@ -40,36 +40,6 @@ int main() { } ``` -### 三、变形1 -https://www.acwing.com/problem/content/description/444/ - -```cpp {.line-numbers} -#include - -using namespace std; -const int N = 10010, M = 200; -int n, m; -int w[N]; -int q[M]; - -int main() { - cin >> n >> m; - for (int i = 0; i < n; i++) cin >> w[i]; - - for (int i = 0; i < n; i++) { - int t = 0; - for (int j = 0; j < m; j++) { - if (q[j] < q[t]) - t = j; - } - q[t] += w[i]; - } - int res = 0; - for (int i = 0; i < m;i++) res = max(res, q[i]); - cout << res << endl; - return 0; -} -``` ### 二、变形2【一个水龙头前排队接水】 https://www.acwing.com/problem/content/description/5945/ diff --git a/灏忎箶璇佷欢/certify_2025-11-20.pdf b/灏忎箶璇佷欢/certify_2025-11-20.pdf new file mode 100644 index 0000000..01cee7e Binary files /dev/null and b/灏忎箶璇佷欢/certify_2025-11-20.pdf differ