Pagini recente » Borderou de evaluare (job #2413208) | Borderou de evaluare (job #750038) | Borderou de evaluare (job #3239210) | Borderou de evaluare (job #2221448) | Borderou de evaluare (job #2616006)
Borderou de evaluare (job #2616006)
Raport evaluator
Compilare:
main.cpp: In function 'void Dijkstra(std::vector<nod>, 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:13: note: 'std::vector<int> distanta' declared here
vector<int> distanta;
^~~~~~~~
main.cpp:32:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 1; i <G.size(); i++){
~~^~~~~~~~~
main.cpp:43:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i =0; i < G[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 | Incorect | 0 |
| 3 | 5ms | 262kb | Incorect | 0 |
| 4 | 7ms | 393kb | Incorect | 0 |
| 5 | 46ms | 2359kb | Incorect | 0 |
| 6 | 91ms | 3801kb | Incorect | 0 |
| 7 | 117ms | 6422kb | Incorect | 0 |
| 8 | 212ms | 12304kb | Memory limit exceeded | 0 |
| 9 | 169ms | 12058kb | OK | 10 |
| 10 | 292ms | 12304kb | Memory limit exceeded | 0 |
| Punctaj total | 20 |