Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #1874406)
| Utilizator | Data | 9 februarie 2017 23:06:44 | |
|---|---|---|---|
| Problema | Algoritmul lui Dijkstra | Status | done |
| Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
| Scor | 90 | ||
Raport evaluator
Compilare:
user.cpp: In function ‘void dijkstra()’:
user.cpp:30:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(y=0;y<a[i].size();y++)
^
user.cpp: In function ‘void citire()’:
user.cpp:13:37: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("dijkstra.in","r",stdin);
^
user.cpp:14:39: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("dijkstra.out","w",stdout);
^
user.cpp:15:24: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d%d",&n,&m);
^
user.cpp:18:33: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d%d%d",&i,&j,&d);
^
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 0ms | 1440kb | OK | 10 |
| 2 | 0ms | 1436kb | OK | 10 |
| 3 | 4ms | 1472kb | OK | 10 |
| 4 | 4ms | 1496kb | OK | 10 |
| 5 | 24ms | 1912kb | OK | 10 |
| 6 | 48ms | 2344kb | OK | 10 |
| 7 | 68ms | 2644kb | OK | 10 |
| 8 | 136ms | 3748kb | OK | 10 |
| 9 | 236ms | Depăşit | Memory limit exceeded. | 0 |
| 10 | 364ms | 6236kb | OK | 10 |
| Punctaj total | 90 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
