Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #2117332)
| Utilizator | Data | 28 ianuarie 2018 19:52:10 | |
|---|---|---|---|
| Problema | Algoritmul lui Dijkstra | Status | done |
| Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
| Scor | 10 | ||
Raport evaluator
Compilare:
user.cpp: In function ‘int main()’:
user.cpp:6:21: warning: integer overflow in expression [-Woverflow]
#define INF (1<<31)-1
^
user.cpp:26:30: note: in expansion of macro ‘INF’
for(i=1;i<=n;i++) L[i] = INF;
^
user.cpp:6:21: warning: integer overflow in expression [-Woverflow]
#define INF (1<<31)-1
^
user.cpp:42:32: note: in expansion of macro ‘INF’
for(i=2;i<=n;i++) if(L[i]!=INF)out<<L[i]<<" "; else out<<"0 ";
^
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 0ms | 1012kb | Incorect | 0 |
| 2 | 0ms | 1008kb | OK | 10 |
| 3 | 0ms | 1036kb | Incorect | 0 |
| 4 | 0ms | 1040kb | Incorect | 0 |
| 5 | 8ms | 1208kb | Incorect | 0 |
| 6 | 16ms | 1308kb | Incorect | 0 |
| 7 | 28ms | 1536kb | Incorect | 0 |
| 8 | 56ms | 1888kb | Incorect | 0 |
| 9 | 44ms | 1956kb | Incorect | 0 |
| 10 | 48ms | 1876kb | Incorect | 0 |
| Punctaj total | 10 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
