Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #1678632)
| Utilizator | Data | 7 aprilie 2016 14:31:14 | |
|---|---|---|---|
| Problema | Flux maxim de cost minim | Status | done |
| Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
| Scor | 70 | ||
Raport evaluator
Compilare:
user.cpp: In function ‘bool dijkstra()’:
user.cpp:37:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < G[act].size(); i ++) {
^
user.cpp: In function ‘bool bellmanFord()’:
user.cpp:83:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < G[act].size(); i ++) {
^
user.cpp: In function ‘int main()’:
user.cpp:110:45: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(f, "%d %d %d %d", &n, &m, &s, &d);
^
user.cpp:112:35: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(f, "%d %d", &x, &y);
^
user.cpp:113:50: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(f, "%d %d", &c[x][y], &cost[x][y]);
^
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test | Punctaj/grupa |
|---|---|---|---|---|---|
| 1 | 0ms | 472kb | OK | 10 | 10 |
| 2 | 0ms | 480kb | OK | 10 | 10 |
| 3 | 0ms | 588kb | OK | 10 | 10 |
| 4 | 0ms | 592kb | OK | 10 | 10 |
| 5 | 0ms | 588kb | OK | 10 | 10 |
| 6 | 208ms | 1104kb | OK | 10 | 20 |
| 7 | 216ms | 1104kb | OK | 10 | |
| 8 | Depăşit | 1508kb | Time limit exceeded. | 0 | 0 |
| 9 | Depăşit | 1512kb | Time limit exceeded. | 0 | |
| 10 | Depăşit | 1516kb | Time limit exceeded. | 0 | |
| Punctaj total | 70 | ||||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
