Borderou de evaluare (job #2655535)

Utilizator ajeccAjechiloae Eugen ajecc Data 4 octombrie 2020 17:13:23
Problema Floyd-Warshall/Roy-Floyd Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 100

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:36: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("royfloyd.in", "r", stdin); ^ main.cpp:312:38: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("royfloyd.out", "w", stdout); ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
12ms131kbOK10
23ms131kbOK10
33ms131kbOK10
44ms262kbOK10
56ms262kbOK10
65ms262kbOK10
77ms393kbOK10
88ms524kbOK10
912ms573kbOK10
1012ms524kbOK10
Punctaj total100

Ceva nu functioneaza?