Pagini recente » Borderou de evaluare (job #2042350) | Borderou de evaluare (job #1927271) | Borderou de evaluare (job #356278) | Borderou de evaluare (job #2293817) | Borderou de evaluare (job #1449347)
Borderou de evaluare (job #1449347)
Raport evaluator
Compilare:
user.cpp: In function ‘int main()’:
user.cpp:42:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < V[pos].size(); i ++){
^
user.cpp:26:40: 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:27:40: 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:29:27: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d", &N, &M);
^
user.cpp:32:38: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d %d", &X, &Y, &Z);
^
user.cpp:45:41: warning: ‘pos’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if(W[X] == 0 && D[X] > D[pos] + Y)
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 4ms | 3208kb | OK | 10 |
2 | 4ms | 3208kb | Incorect | 0 |
3 | 8ms | 3244kb | Incorect | 0 |
4 | 8ms | 3248kb | Incorect | 0 |
5 | Depăşit | 3536kb | Time limit exceeded. | 0 |
6 | Depăşit | 3852kb | Time limit exceeded. | 0 |
7 | Depăşit | 4088kb | Time limit exceeded. | 0 |
8 | Depăşit | 4320kb | Time limit exceeded. | 0 |
9 | Depăşit | 6024kb | Time limit exceeded. | 0 |
10 | Depăşit | 6836kb | Time limit exceeded. | 0 |
Punctaj total | 10 |