Pagini recente » Borderou de evaluare (job #1846102) | Borderou de evaluare (job #182136) | Borderou de evaluare (job #2189585) | Borderou de evaluare (job #133013) | Borderou de evaluare (job #1774952)
Borderou de evaluare (job #1774952)
Raport evaluator
Compilare:
user.cpp: In function ‘void dijkstra()’:
user.cpp:138:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=1; i<G[v].size(); ++i){
^
user.cpp: In function ‘int main()’:
user.cpp:184:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=1; i<G[s].size(); ++i)
^
user.cpp:168: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:170: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:172:25: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d", &n, &m);
^
user.cpp:177:41: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d %d", &from, &to, &cost);
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 424kb | OK | 10 |
2 | 0ms | 436kb | OK | 10 |
3 | 0ms | 532kb | Incorect | 0 |
4 | 0ms | 564kb | Incorect | 0 |
5 | 40ms | 1576kb | Incorect | 0 |
6 | 60ms | 2428kb | Incorect | 0 |
7 | 96ms | 3448kb | Incorect | 0 |
8 | 180ms | 4652kb | Incorect | 0 |
9 | 288ms | 7744kb | Incorect | 0 |
10 | 256ms | Depăşit | Memory limit exceeded. | 0 |
Punctaj total | 20 |