Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #3270501)
| Utilizator | Data | 23 ianuarie 2025 16:21:22 | |
|---|---|---|---|
| Problema | Algoritmul lui Dijkstra | Status | done |
| Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
| Scor | 100 | ||
Raport evaluator
Compilare:
main.cpp: In function 'void djk(int)':
main.cpp:15:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
15 | for(int i=1;i<=n;i++)
| ^~~
main.cpp:17:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
17 | d[ns]=0;
| ^
main.cpp:25:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
25 | for(int i=0;i<v[nod].size();i++)
| ~^~~~~~~~~~~~~~
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 0ms | 303kb | OK | 10 |
| 2 | 0ms | 303kb | OK | 10 |
| 3 | 1ms | 303kb | OK | 10 |
| 4 | 1ms | 303kb | OK | 10 |
| 5 | 5ms | 1081kb | OK | 10 |
| 6 | 9ms | 1605kb | OK | 10 |
| 7 | 8ms | 1867kb | OK | 10 |
| 8 | 29ms | 4132kb | OK | 10 |
| 9 | 19ms | 3772kb | OK | 10 |
| 10 | 58ms | 6094kb | OK | 10 |
| Punctaj total | 100 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
