#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)...
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 |