小键人13762279的《迪斯特拉算法求最短路》成绩 - 打字成绩 - 在线打字练习(dazi.91xjr.com)

Home/ Score/ score desc
This achievement: 2024/ 12/ 2 Mon
English Article Word Count Duration Accuracy Speed Backspace Error Slogan
迪斯特拉算法求最短路 923 13.7分钟 100% 66 CPM 149 1 不及格,加强练习!
The wrong word this time: }
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
Inspirational quotes: 挫其锐,解其纷,和其光,同其尘,是谓玄同,故不可得而亲,不可得而疏;不可得而利,不可得而害;不可得而贵,不可得而贱,故为天下贵。 ——老子
What do you think of this article? Give it a rating and let it serve as a guiding light for others
Article intro
#include <cstring> #include <iostream> #include <algorithm> using namespace std; const int N = 510; int n, m; int g[N][N]; int dist[N]; bool st[N]; int dijkstra() { memset(dist, 0x3f, sizeof dist)...
常规打字
+2积分

去打字就可以设置个性皮肤啦!(O ^ ~ ^ O)