ID 5945736
Пользователь Нгуен Чан Хоанг Чунг
Время 31.12.2021 20:44 (27 д. 20:44) 20:44>>
Обработка 20:44 ... 20:44 (3,68 сек.)
Файл 5945736.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
[печатать | |
]
(1 558 b)
0.071s 0.012s 10