ID 5903466
User Пигидин Игорь
Time 11.12.2021 20:47 (7 d. 20:48) 20:48>>
Processing 20:47 ... 20:47 (4,70 sec.)
File 5903466.cpp (CLang++ 5.0.0 + Address Sanitizer)
Contest 2 курс. Программирование на C++. Турнир 3, осень 2021
Problem B: Binary/linear search
Testset
Limits Time: 1s Memory: 4000Mb
Status  [?]
CE Compilation error
source | results
main.cpp: In function 'int main()':
main.cpp:48:27: error: 'Find' was not declared in this scope
             auto my_res = Find(val, v.begin(), v.end());
                           ^~~~
main.cpp:48:27: note: suggested alternative: 'rand'
             auto my_res = Find(val, v.begin(), v.end());
                           ^~~~
                           rand
main.cpp:67:27: error: 'Find' was not declared in this scope
             auto my_res = Find(res, tests.begin(), tests.end());
                           ^~~~
main.cpp:67:27: note: suggested alternative: 'rand'
             auto my_res = Find(res, tests.begin(), tests.end());
                           ^~~~
                           rand
main.cpp:83:27: error: 'Find' was not declared in this scope
             auto my_res = Find(val, ll.begin(), ll.end());
                           ^~~~
main.cpp:83:27: note: suggested alternative: 'rand'
             auto my_res = Find(val, ll.begin(), ll.end());
                           ^~~~
                           rand
main.cpp:101:27: error: 'Find' was not declared in this scope
             auto my_res = Find(res, tests.begin(), tests.end());
                           ^~~~
main.cpp:101:27: note: suggested alternative: 'rand'
             auto my_res = Find(res, tests.begin(), tests.end());
                           ^~~~
                           rand
[print | |
]
(274 b)
0.050s 0.009s 10