Pagini recente » Borderou de evaluare (job #410366) | Borderou de evaluare (job #211776) | Borderou de evaluare (job #416406) | Borderou de evaluare (job #2303738) | Borderou de evaluare (job #2759124)
Borderou de evaluare (job #2759124)
Raport evaluator
Compilare:
main.cpp: In function 'int binary_search_1(int, int*, int)':
main.cpp:38:9: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized]
return pos;
^~~
main.cpp: In function 'int binary_search_2(int, int*, int)':
main.cpp:53:9: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized]
return pos;
^~~
main.cpp: In function 'int main()':
main.cpp:71:58: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized]
fout << binary_search_2(length, arr, target_value) << '\n';
^~~~
main.cpp:69:58: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized]
fout << binary_search_1(length, arr, target_value) << '\n';
^~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
1 | 3ms | 524kb | OK | 10 | 10 |
2 | 3ms | 524kb | OK | 10 | 10 |
3 | 4ms | 524kb | OK | 10 | 10 |
4 | 7ms | 524kb | OK | 10 | 10 |
5 | 27ms | 655kb | OK | 10 | 20 |
6 | 86ms | 917kb | OK | 10 |
7 | 115ms | 1048kb | OK | 10 | 40 |
8 | 137ms | 1048kb | OK | 10 |
9 | 123ms | 1048kb | OK | 10 |
10 | 129ms | 1048kb | OK | 10 |
Punctaj total | 100 |