#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 |
---|---|---|---|---|---|---|---|
《迪斯特拉算法求最短路》 | 830字 | 5.4分钟 | 100% | 119 CPM | 60 次 | 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 |