Pagini recente » Borderou de evaluare (job #2567071) | Borderou de evaluare (job #2021208) | Cod sursa (job #3278309) | Cod sursa (job #3279782) | Borderou de evaluare (job #2794711)
Borderou de evaluare (job #2794711)
Raport evaluator
Compilare:
main.cpp: In function 'int bfs(int)':
main.cpp:22:5: warning: 'if constexpr' only available with '-std=c++17' or '-std=gnu++17'
22 | if constexpr (second_pass)
| ^~~~~~~~~
main.cpp:43:5: warning: 'if constexpr' only available with '-std=c++17' or '-std=gnu++17'
43 | if constexpr (second_pass)
| ^~~~~~~~~
main.cpp: In instantiation of 'int bfs(int) [with bool second_pass = false]':
main.cpp:71:15: required from here
main.cpp:36:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
36 | for (auto j = 0; j != muchii[now].size(); ++ j)
| ~~^~~~~~~~~~~~~~~~~~~~~
main.cpp:32:7: warning: unused variable 'j' [-Wunused-variable]
32 | int j;
| ^
main.cpp: In instantiation of 'int bfs(int) [with bool second_pass = true]':
main.cpp:73:32: required from here
main.cpp:36:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
36 | for (auto j = 0; j != muchii[now].size(); ++ j)
| ~~^~~~~~~~~~~~~~~~~~~~~
main.cpp:32:7: warning: unused variable 'j' [-Wunused-variable]
32 | int j;
| ^
main.cpp: In function 'int bfs(int) [with bool second_pass = true]':
main.cpp:44:16: warning: 'now' may be used uninitialized in this function [-Wmaybe-uninitialized]
44 | return depth[now];
| ^~~
main.cpp: In function 'int bfs(int) [with bool second_pass = false]':
main.cpp:46:10: warning: 'now' may be used uninitialized in this function [-Wmaybe-uninitialized]
46 | return now;
| ^~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 1ms | 184kb | OK | 10 |
2 | 15ms | 2662kb | OK | 10 |
3 | 7ms | 2654kb | OK | 10 |
4 | 4ms | 2605kb | OK | 10 |
5 | 14ms | 3051kb | OK | 10 |
6 | 40ms | 4124kb | OK | 10 |
7 | 73ms | 4841kb | OK | 10 |
8 | 124ms | 5869kb | OK | 10 |
9 | 145ms | 6311kb | OK | 10 |
10 | 163ms | 6967kb | OK | 10 |
Punctaj total | 100 |