Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #1312412)
| Utilizator | Data | 9 ianuarie 2015 14:54:18 | |
|---|---|---|---|
| Problema | Algoritmul Bellman-Ford | Status | done |
| Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
| Scor | 20 | ||
Raport evaluator
Compilare:
user.cpp: In function ‘void bellmanford()’:
user.cpp:75:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j = 0; j < g[x].size(); ++j)
^
user.cpp: In function ‘bool negCycle()’:
user.cpp:90:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j = 0; j < g[i].size(); ++j)
^
user.cpp: In function ‘int main()’:
user.cpp:103:31: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(in, "%d%d", &n, &m);
^
user.cpp:107:41: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(in, "%d%d%d", &x, &y, &c);
^
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test | Punctaj/grupa |
|---|---|---|---|---|---|
| 1 | 0ms | 848kb | OK | 5 | 5 |
| 2 | 0ms | 844kb | OK | 5 | 5 |
| 3 | 0ms | 860kb | OK | 5 | 5 |
| 4 | 0ms | 844kb | Incorect | 0 | 0 |
| 5 | 12ms | 876kb | OK | 5 | 5 |
| 6 | 0ms | 848kb | Incorect | 0 | 0 |
| 7 | 4ms | 860kb | OK | 5 | |
| 8 | Depăşit | 1276kb | Time limit exceeded. | 0 | 0 |
| 9 | Depăşit | 1580kb | Time limit exceeded. | 0 | |
| 10 | 12ms | 1052kb | OK | 5 | |
| 11 | Depăşit | 1568kb | Time limit exceeded. | 0 | 0 |
| 12 | Depăşit | 2516kb | Time limit exceeded. | 0 | |
| 13 | Depăşit | 2028kb | Time limit exceeded. | 0 | |
| 14 | Depăşit | 3068kb | Time limit exceeded. | 0 | |
| 15 | Depăşit | 3540kb | Time limit exceeded. | 0 | 0 |
| 16 | Depăşit | 2932kb | Time limit exceeded. | 0 | |
| 17 | 12ms | 1052kb | OK | 5 | |
| 18 | Depăşit | 3760kb | Time limit exceeded. | 0 | 0 |
| 19 | Depăşit | 4440kb | Time limit exceeded. | 0 | |
| 20 | 24ms | 872kb | OK | 5 | |
| Punctaj total | 20 | ||||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
