Pagini recente » Borderou de evaluare (job #74) | Borderou de evaluare (job #3271905) | Borderou de evaluare (job #480704) | Borderou de evaluare (job #1760194) | Borderou de evaluare (job #2655530)
Borderou de evaluare (job #2655530)
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 |
1 | 2ms | 131kb | OK | 10 |
2 | 3ms | 131kb | OK | 10 |
3 | 3ms | 262kb | OK | 10 |
4 | 4ms | 262kb | OK | 10 |
5 | 5ms | 393kb | OK | 10 |
6 | 6ms | 393kb | OK | 10 |
7 | 9ms | 688kb | OK | 10 |
8 | 10ms | 786kb | OK | 10 |
9 | 14ms | 954kb | OK | 10 |
10 | 14ms | 1048kb | OK | 10 |
Punctaj total | 100 |