#include <bits/stdc++.h>
using namespace std;
int n,m,f[1001][1001],v[1001],w[1001];
int main(){
scanf("%d%d",&m,&n);
for(int i=1;i<=n;i++)scanf("%d%d",&v[i],&w[i]);
for(int i=1;i<=n;i++)
for(int...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《动态规划01背包(1)》 | 361字 | 3.6分钟 | 100% | 90 CPM | 32 次 | 0 | 不及格,加强练习! |
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 必须要有速度,不能像烧开水那样,10度、20度……没有人给你时间。 ——徐立华 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |