Borderou de evaluare (job #2655536)

Utilizator ajeccAjechiloae Eugen ajecc Data 4 octombrie 2020 17:14:13
Problema Algoritmul Bellman-Ford Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 85

Raport evaluator

Compilare: main.cpp: In member function 'std::vector<long long int> directed_graph::run_bellman(const ll&)': main.cpp:260:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (cycle_verification[node] > nodes_count) main.cpp: In member function 'std::vector<std::vector<long long int> > directed_graph::run_floyd()': main.cpp:279:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int node = 1; node <= nodes_count; node++) ~~~~~^~~~~~~~~~~~~~ main.cpp:287:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int pivot = 1; pivot <= nodes_count; pivot++) ~~~~~~^~~~~~~~~~~~~~ main.cpp:289:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 1; i <= nodes_count; i++) ~~^~~~~~~~~~~~~~ main.cpp:291:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int j = 1; j <= nodes_count; j++) ~~^~~~~~~~~~~~~~ main.cpp: In function 'int32_t main()': main.cpp:311:39: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("bellmanford.in", "r", stdin); ^ main.cpp:312:41: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("bellmanford.out", "w", stdout); ^
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
12ms131kbOK55
22ms131kbOK55
32ms131kbOK55
42ms131kbOK55
53ms262kbOK55
62ms131kbOK510
76ms262kbOK5
853ms2359kbOK515
970ms3014kbOK5
105ms524kbOK5
1192ms4083kbOK520
12146ms6090kbOK5
13126ms4849kbOK5
14235ms8126kbOK5
15303ms9961kbOK515
16322ms7991kbOK5
1712ms393kbOK5
18329ms11796kbOK50
19503ms13844kbTime limit exceeded0
2017ms1441kbOK5
Punctaj total85

Ceva nu functioneaza?