Borderou de evaluare (job #1193955)
Raport evaluator
Compilare:
user.cpp: In function ‘void dijkstra(int)’:
user.cpp:41:9: warning: statement has no effect [-Wunused-value]
viz[x0]==1;
^
user.cpp: In function ‘void citire()’:
user.cpp:15:18: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d ",&N);
^
user.cpp:16:18: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d ",&M);
^
user.cpp:21:33: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d %d",&i,&j,&cost);
^
user.cpp: In function ‘int main()’:
user.cpp:68:34: 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:69:36: 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);
^
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
| 1 | 0ms | 248kb | OK | 10 |
| 2 | 0ms | 248kb | OK | 10 |
| 3 | 4ms | 276kb | OK | 10 |
| 4 | 4ms | 292kb | OK | 10 |
| 5 | Depăşit | 688kb | Time limit exceeded. | 0 |
| 6 | Depăşit | 1064kb | Time limit exceeded. | 0 |
| 7 | Depăşit | 1388kb | Time limit exceeded. | 0 |
| 8 | 64ms | 1728kb | OK | 10 |
| 9 | Depăşit | 3736kb | Time limit exceeded. | 0 |
| 10 | Depăşit | 4720kb | Time limit exceeded. | 0 |
| Punctaj total | 50 |