#include<bits/stdc++.h>
using namespace std;
vector<pair<int,int> > g[1000];
int n,m;
int d[1000],cnt[1000];
bool inq[1000];
int INF=1e9;
bool fail;
void spfa(int start){
fill(d,d+n,INF);
fill(inq,i...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《c++ spfa模板代码》 | 699字 | 2.0分钟 | 94% | 63 CPM | 37 次 | 8 | 不及格,错误太多! |
The wrong word this time: [,],[,],[,],[,] | |||||||
Suggestion:
正确率比较低,多观察一下出错的字加以修正,一般来讲都要达到95%以上比较好。
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 经营者除了具备学识、品德外,还要全心投入,随时反省,才能领悟经营要诀,结出美好的果实。 ——松下幸之助 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |