Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #2616016)
| Utilizator | Data | 16 mai 2020 14:30:43 | |
|---|---|---|---|
| Problema | Algoritmul lui Dijkstra | Status | done |
| Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
| Scor | 90 | ||
Raport evaluator
Compilare:
main.cpp: In function 'void Dijkstra(int)':
main.cpp:25:16: warning: capture of variable 'distanta' with non-automatic storage duration
auto comp = [&distanta](int x, int y){
^~~~~~~~
main.cpp:14:19: note: 'std::vector<long long int> distanta' declared here
vector<long long> distanta;
^~~~~~~~
main.cpp:32:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 1; i <muchii.size(); i++){
~~^~~~~~~~~~~~~~
main.cpp:43:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i =0; i < muchii[curent].vecini.size(); i++){
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:73:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 2; i <distanta.size(); i++){
~~^~~~~~~~~~~~~~~~
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 2ms | 131kb | OK | 10 |
| 2 | 2ms | 131kb | OK | 10 |
| 3 | 5ms | 262kb | OK | 10 |
| 4 | 6ms | 262kb | OK | 10 |
| 5 | 39ms | 1441kb | OK | 10 |
| 6 | 80ms | 2228kb | OK | 10 |
| 7 | 91ms | 3670kb | OK | 10 |
| 8 | 245ms | 7041kb | OK | 10 |
| 9 | 152ms | 6815kb | OK | 10 |
| 10 | 491ms | 8462kb | Incorect | 0 |
| Punctaj total | 90 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
