Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #1070288)
Utilizator | Data | 31 decembrie 2013 16:23:58 | |
---|---|---|---|
Problema | Algoritmul lui Dijkstra | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 30 |
Raport evaluator
Compilare:
user.cpp: In function ‘void dijkstra(int)’:
user.cpp:125:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 0; i < v [nodC]. size (); i ++)
^
user.cpp: In function ‘void bFS(int)’:
user.cpp:185:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 0; i < v [aux]. size (); i ++)
^
user.cpp:176:14: warning: ‘pC’ may be used uninitialized in this function [-Wmaybe-uninitialized]
pC ++;
^
user.cpp:192:25: warning: ‘poz’ may be used uninitialized in this function [-Wmaybe-uninitialized]
printf ("\n%d", poz);
^
Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
---|---|---|---|---|
1 | 4ms | 840kb | OK | 10 |
2 | 4ms | 840kb | OK | 10 |
3 | 4ms | 880kb | Incorect | 0 |
4 | 4ms | 892kb | Incorect | 0 |
5 | 24ms | 1192kb | Incorect | 0 |
6 | 44ms | 1488kb | Incorect | 0 |
7 | 56ms | 1684kb | Incorect | 0 |
8 | 72ms | 1968kb | OK | 10 |
9 | 184ms | 3636kb | Killed by signal 11(SIGSEGV). | 0 |
10 | 232ms | 4428kb | Killed by signal 11(SIGSEGV). | 0 |
Punctaj total | 30 |
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !