Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #1437149)
| Utilizator | Data | 17 mai 2015 00:02:53 | |
|---|---|---|---|
| Problema | Algoritmul lui Dijkstra | Status | done |
| Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
| Scor | 10 | ||
Raport evaluator
Compilare:
user.cpp:9:13: warning: ISO C99 requires whitespace after the macro name [enabled by default]
#define nmax=50000
^
user.cpp:10:13: warning: ISO C99 requires whitespace after the macro name [enabled by default]
#define mmax=250000
^
user.cpp: In function ‘void heapify(std::vector<int>&, int)’:
user.cpp:15:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (2*i+1<x.size() && c[x[i]]>c[x[i*2+1]])
^
user.cpp:22:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
else if (2*i+2<x.size() && c[x[i]]>c[x[i*2+2]])
^
user.cpp: In function ‘int main()’:
user.cpp:76:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i=0;i<v[1].size();i++)
^
user.cpp:87:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i=0;i<v[u].size();i++) if (viz[v[u][i].first]!=1)
^
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 0ms | 400kb | OK | 10 |
| 2 | 0ms | 400kb | Incorect | 0 |
| 3 | 0ms | 452kb | Incorect | 0 |
| 4 | 0ms | 424kb | Killed by signal 11(SIGSEGV). | 0 |
| 5 | 24ms | 784kb | Incorect | 0 |
| 6 | 36ms | 1364kb | Killed by signal 11(SIGSEGV). | 0 |
| 7 | 48ms | 1760kb | Killed by signal 11(SIGSEGV). | 0 |
| 8 | 60ms | 2276kb | Killed by signal 11(SIGSEGV). | 0 |
| 9 | 204ms | 3848kb | Incorect | 0 |
| 10 | 264ms | 4940kb | Incorect | 0 |
| Punctaj total | 10 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
