ID 5903466
Пользователь Пигидин Игорь
Время 11.12.2021 20:47 (7 д. 20:48) 20:48>>
Обработка 20:47 ... 20:47 (4,70 сек.)
Файл 5903466.cpp (CLang++ 5.0.0 + Address Sanitizer)
Турнир 2 курс. Программирование на C++. Турнир 3, осень 2021
Задача B: Binary/linear search
Набор тестов
Ограничения Время: 1с Память: 4000Мб
Состояние  [?]
CE Ошибка компиляции
код | результаты
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
0.041s 0.008s 9