小键人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)